Shades of Maroon #720100
Tints of Maroon #720100
RGB
CMYK
RGB Variations
Color information
#720100 (or 0x720100) is known color: Maroon. HEX triplet: 72, 01 and 00. RGB value is (114,1,0). Sum of RGB (Red+Green+Blue) = 114+1+0=115 (15% of max value = 765). Red value is 114 (44.92% from 255 or 99.13% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 114 - color contains mainly: red. Hex color #720100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720100 is #8DFEFF. Grayscale: #222222. Windows color (decimal): -9305856 or 370. OLE color: 370.
HSL color Cylindrical-coordinate representation of color #720100: hue angle of 0.53º 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 #720100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.55 |
| HSL | 0.53º | 1% | 0.22% | - |
| HSV(B) | 0.53º | 1% | 0.45% | - |
| XYZ | 6.95 | 3.6 | 0.33 | - |
| YUV | 34.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 0 | 0 | 0.99 | 1 | 0.55 | 0.53 | 1 | 0.22 |
| Hex | 72 | 1 | 0 | 0 | 63 | 64 | 37 | 1 | 64 | 16 |
| Octal | 162 | 1 | 0 | 0 | 143 | 144 | 67 | 1 | 144 | 26 |
| Binary | 1110010 | 1 | 0 | 0 | 1100011 | 1100100 | 110111 | 1 | 1100100 | 10110 |
Color Harmonies of #720100
Complementary color
Monochromatic Colors of #720100
Black with #720100
Text Example
Text Example
White with #720100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720100; }
p { color: rgb(114,1,0); }
H1.HeaderClassName
{
color: #720100;
}
.AnyTagClassName
{
color: #720100;
}
</style>
background-color css
<style>
a { background-color: #720100; }
a { background-color: rgb(114,1,0); }
div.DivClassName
{
background-color: #720100;
}
.BgClassName
{
background-color: #720100;
}
</style>
border-color css
<style>
span { border-color: #720100; }
span { border-color: rgb(114,1,0); }
td.TdClassName
{
border-color: #720100;
}
.TagClassName
{
border-color: #720100;
}
</style>