Shades of Maroon #5F0802
Tints of Maroon #5F0802
RGB
CMYK
RGB Variations
Color information
#5F0802 (or 0x5F0802) is known color: Maroon. HEX triplet: 5F, 08 and 02. RGB value is (95,8,2). Sum of RGB (Red+Green+Blue) = 95+8+2=105 (13% of max value = 765). Red value is 95 (37.5% from 255 or 90.48% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0802 is #A0F7FD. Grayscale: #212121. Windows color (decimal): -10549246 or 133215. OLE color: 133215.
HSL color Cylindrical-coordinate representation of color #5F0802: hue angle of 3.87º 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 #5F0802 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 2 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.63 |
| HSL | 3.87º | 0.96% | 0.19% | - |
| HSV(B) | 3.87º | 0.98% | 0.37% | - |
| XYZ | 4.82 | 2.61 | 0.31 | - |
| YUV | 33.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 2 | 0 | 0.92 | 0.98 | 0.63 | 3.87 | 0.96 | 0.19 |
| Hex | 5F | 8 | 2 | 0 | 5C | 62 | 3F | 4 | 60 | 13 |
| Octal | 137 | 10 | 2 | 0 | 134 | 142 | 77 | 4 | 140 | 23 |
| Binary | 1011111 | 1000 | 10 | 0 | 1011100 | 1100010 | 111111 | 100 | 1100000 | 10011 |
Color Harmonies of #5F0802
Complementary color
Monochromatic Colors of #5F0802
Black with #5F0802
Text Example
Text Example
White with #5F0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0802; }
p { color: rgb(95,8,2); }
H1.HeaderClassName
{
color: #5F0802;
}
.AnyTagClassName
{
color: #5F0802;
}
</style>
background-color css
<style>
a { background-color: #5F0802; }
a { background-color: rgb(95,8,2); }
div.DivClassName
{
background-color: #5F0802;
}
.BgClassName
{
background-color: #5F0802;
}
</style>
border-color css
<style>
span { border-color: #5F0802; }
span { border-color: rgb(95,8,2); }
td.TdClassName
{
border-color: #5F0802;
}
.TagClassName
{
border-color: #5F0802;
}
</style>