Shades of Maroon #5F0202
Tints of Maroon #5F0202
RGB
CMYK
RGB Variations
Color information
#5F0202 (or 0x5F0202) is known color: Maroon. HEX triplet: 5F, 02 and 02. RGB value is (95,2,2). Sum of RGB (Red+Green+Blue) = 95+2+2=99 (13% of max value = 765). Red value is 95 (37.5% from 255 or 95.96% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0202 is #A0FDFD. Grayscale: #1D1D1D. Windows color (decimal): -10550782 or 131679. OLE color: 131679.
HSL color Cylindrical-coordinate representation of color #5F0202: hue angle of 0º 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 #5F0202 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 2 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.63 |
| HSL | 0º | 0.96% | 0.19% | - |
| HSV(B) | 0º | 0.98% | 0.37% | - |
| XYZ | 4.75 | 2.48 | 0.29 | - |
| YUV | 29.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 2 | 0 | 0.98 | 0.98 | 0.63 | 0 | 0.96 | 0.19 |
| Hex | 5F | 2 | 2 | 0 | 62 | 62 | 3F | 0 | 60 | 13 |
| Octal | 137 | 2 | 2 | 0 | 142 | 142 | 77 | 0 | 140 | 23 |
| Binary | 1011111 | 10 | 10 | 0 | 1100010 | 1100010 | 111111 | 0 | 1100000 | 10011 |
Color Harmonies of #5F0202
Complementary color
Monochromatic Colors of #5F0202
Black with #5F0202
Text Example
Text Example
White with #5F0202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0202; }
p { color: rgb(95,2,2); }
H1.HeaderClassName
{
color: #5F0202;
}
.AnyTagClassName
{
color: #5F0202;
}
</style>
background-color css
<style>
a { background-color: #5F0202; }
a { background-color: rgb(95,2,2); }
div.DivClassName
{
background-color: #5F0202;
}
.BgClassName
{
background-color: #5F0202;
}
</style>
border-color css
<style>
span { border-color: #5F0202; }
span { border-color: rgb(95,2,2); }
td.TdClassName
{
border-color: #5F0202;
}
.TagClassName
{
border-color: #5F0202;
}
</style>