Maroon Hex Code — #800000
RGB, HSL, and CMYK values for Maroon.
Maroon Color Values
| Format | Value |
|---|---|
| HEX | #800000 |
| RGB | rgb(128, 0, 0) |
| HSL | hsl(0, 100%, 25%) |
| CMYK | cmyk(0%, 100%, 100%, 50%) |
Want to explore more shades? Use our Color Converter
About Maroon
Color psychology: Richness, maturity.
Maroon (#800000) is a dark shade of red. It's commonly used in web design, graphic design, and branding where richness, maturity are desired associations.
How to Use Maroon in CSS
/* Using HEX */ color: #800000; background-color: #800000; /* Using RGB */ color: rgb(128, 0, 0); /* Using HSL */ color: hsl(0, 100%, 25%);