Shades of Maroon #720D00
Tints of Maroon #720D00
RGB
CMYK
RGB Variations
Color information
#720D00 (or 0x720D00) is known color: Maroon. HEX triplet: 72, 0D and 00. RGB value is (114,13,0). Sum of RGB (Red+Green+Blue) = 114+13+0=127 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.76% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 114 - color contains mainly: red. Hex color #720D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D00 is #8DF2FF. Grayscale: #292929. Windows color (decimal): -9302784 or 3442. OLE color: 3442.
HSL color Cylindrical-coordinate representation of color #720D00: hue angle of 6.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720D00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.55 |
| HSL | 6.84º | 1% | 0.22% | - |
| HSV(B) | 6.84º | 1% | 0.45% | - |
| XYZ | 7.08 | 3.87 | 0.37 | - |
| YUV | 41.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 0 | 0 | 0.89 | 1 | 0.55 | 6.84 | 1 | 0.22 |
| Hex | 72 | D | 0 | 0 | 59 | 64 | 37 | 7 | 64 | 16 |
| Octal | 162 | 15 | 0 | 0 | 131 | 144 | 67 | 7 | 144 | 26 |
| Binary | 1110010 | 1101 | 0 | 0 | 1011001 | 1100100 | 110111 | 111 | 1100100 | 10110 |
Color Harmonies of #720D00
Complementary color
Monochromatic Colors of #720D00
Black with #720D00
Text Example
Text Example
White with #720D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D00; }
p { color: rgb(114,13,0); }
H1.HeaderClassName
{
color: #720D00;
}
.AnyTagClassName
{
color: #720D00;
}
</style>
background-color css
<style>
a { background-color: #720D00; }
a { background-color: rgb(114,13,0); }
div.DivClassName
{
background-color: #720D00;
}
.BgClassName
{
background-color: #720D00;
}
</style>
border-color css
<style>
span { border-color: #720D00; }
span { border-color: rgb(114,13,0); }
td.TdClassName
{
border-color: #720D00;
}
.TagClassName
{
border-color: #720D00;
}
</style>