Shades of Maroon #5F0602
Tints of Maroon #5F0602
RGB
CMYK
RGB Variations
Color information
#5F0602 (or 0x5F0602) is known color: Maroon. HEX triplet: 5F, 06 and 02. RGB value is (95,6,2). Sum of RGB (Red+Green+Blue) = 95+6+2=103 (13% of max value = 765). Red value is 95 (37.5% from 255 or 92.23% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0602 is #A0F9FD. Grayscale: #202020. Windows color (decimal): -10549758 or 132703. OLE color: 132703.
HSL color Cylindrical-coordinate representation of color #5F0602: hue angle of 2.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0602 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 6 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.63 |
| HSL | 2.58º | 0.96% | 0.19% | - |
| HSV(B) | 2.58º | 0.98% | 0.37% | - |
| XYZ | 4.8 | 2.57 | 0.3 | - |
| YUV | 32.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 2 | 0 | 0.94 | 0.98 | 0.63 | 2.58 | 0.96 | 0.19 |
| Hex | 5F | 6 | 2 | 0 | 5E | 62 | 3F | 3 | 60 | 13 |
| Octal | 137 | 6 | 2 | 0 | 136 | 142 | 77 | 3 | 140 | 23 |
| Binary | 1011111 | 110 | 10 | 0 | 1011110 | 1100010 | 111111 | 11 | 1100000 | 10011 |
Color Harmonies of #5F0602
Complementary color
Monochromatic Colors of #5F0602
Black with #5F0602
Text Example
Text Example
White with #5F0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0602; }
p { color: rgb(95,6,2); }
H1.HeaderClassName
{
color: #5F0602;
}
.AnyTagClassName
{
color: #5F0602;
}
</style>
background-color css
<style>
a { background-color: #5F0602; }
a { background-color: rgb(95,6,2); }
div.DivClassName
{
background-color: #5F0602;
}
.BgClassName
{
background-color: #5F0602;
}
</style>
border-color css
<style>
span { border-color: #5F0602; }
span { border-color: rgb(95,6,2); }
td.TdClassName
{
border-color: #5F0602;
}
.TagClassName
{
border-color: #5F0602;
}
</style>