Shades of Maroon #720501
Tints of Maroon #720501
RGB
CMYK
RGB Variations
Color information
#720501 (or 0x720501) is known color: Maroon. HEX triplet: 72, 05 and 01. RGB value is (114,5,1). Sum of RGB (Red+Green+Blue) = 114+5+1=120 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 114 - color contains mainly: red. Hex color #720501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720501 is #8DFAFE. Grayscale: #252525. Windows color (decimal): -9304831 or 66930. OLE color: 66930.
HSL color Cylindrical-coordinate representation of color #720501: hue angle of 2.12º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.55 |
| HSL | 2.12º | 0.98% | 0.23% | - |
| HSV(B) | 2.12º | 0.99% | 0.45% | - |
| XYZ | 7 | 3.69 | 0.37 | - |
| YUV | 37.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 1 | 0 | 0.96 | 0.99 | 0.55 | 2.12 | 0.98 | 0.23 |
| Hex | 72 | 5 | 1 | 0 | 60 | 63 | 37 | 2 | 62 | 17 |
| Octal | 162 | 5 | 1 | 0 | 140 | 143 | 67 | 2 | 142 | 27 |
| Binary | 1110010 | 101 | 1 | 0 | 1100000 | 1100011 | 110111 | 10 | 1100010 | 10111 |
Color Harmonies of #720501
Complementary color
Monochromatic Colors of #720501
Black with #720501
Text Example
Text Example
White with #720501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720501; }
p { color: rgb(114,5,1); }
H1.HeaderClassName
{
color: #720501;
}
.AnyTagClassName
{
color: #720501;
}
</style>
background-color css
<style>
a { background-color: #720501; }
a { background-color: rgb(114,5,1); }
div.DivClassName
{
background-color: #720501;
}
.BgClassName
{
background-color: #720501;
}
</style>
border-color css
<style>
span { border-color: #720501; }
span { border-color: rgb(114,5,1); }
td.TdClassName
{
border-color: #720501;
}
.TagClassName
{
border-color: #720501;
}
</style>