Shades of Maroon #5F0701
Tints of Maroon #5F0701
RGB
CMYK
RGB Variations
Color information
#5F0701 (or 0x5F0701) is known color: Maroon. HEX triplet: 5F, 07 and 01. RGB value is (95,7,1). Sum of RGB (Red+Green+Blue) = 95+7+1=103 (13% of max value = 765). Red value is 95 (37.5% from 255 or 92.23% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0701 is #A0F8FE. Grayscale: #202020. Windows color (decimal): -10549503 or 67423. OLE color: 67423.
HSL color Cylindrical-coordinate representation of color #5F0701: hue angle of 3.83º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0701 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 7 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.63 |
| HSL | 3.83º | 0.98% | 0.19% | - |
| HSV(B) | 3.83º | 0.99% | 0.37% | - |
| XYZ | 4.8 | 2.59 | 0.28 | - |
| YUV | 32.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 1 | 0 | 0.93 | 0.99 | 0.63 | 3.83 | 0.98 | 0.19 |
| Hex | 5F | 7 | 1 | 0 | 5D | 63 | 3F | 4 | 62 | 13 |
| Octal | 137 | 7 | 1 | 0 | 135 | 143 | 77 | 4 | 142 | 23 |
| Binary | 1011111 | 111 | 1 | 0 | 1011101 | 1100011 | 111111 | 100 | 1100010 | 10011 |
Color Harmonies of #5F0701
Complementary color
Monochromatic Colors of #5F0701
Black with #5F0701
Text Example
Text Example
White with #5F0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0701; }
p { color: rgb(95,7,1); }
H1.HeaderClassName
{
color: #5F0701;
}
.AnyTagClassName
{
color: #5F0701;
}
</style>
background-color css
<style>
a { background-color: #5F0701; }
a { background-color: rgb(95,7,1); }
div.DivClassName
{
background-color: #5F0701;
}
.BgClassName
{
background-color: #5F0701;
}
</style>
border-color css
<style>
span { border-color: #5F0701; }
span { border-color: rgb(95,7,1); }
td.TdClassName
{
border-color: #5F0701;
}
.TagClassName
{
border-color: #5F0701;
}
</style>