Maroon
#800000
Here's everything about the color Maroon (#800000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #800000 | |
|---|---|---|
| RGB | rgb(128, 0, 0) | |
| HSL | hsl(0, 100%, 25%) | |
| CMYK | cmyk(0%, 100%, 100%, 50%) | |
| LAB | lab(26, 48, 39) | |
| OKLCH | oklch(0.38 0.155 29) |
Color harmonies
Tints & shades
Code snippets
color: #800000;
background-color: #800000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF800000)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.00, blue: 0.00, alpha: 1.0)