Shades of Maroon #721001
Tints of Maroon #721001
RGB
CMYK
RGB Variations
Color information
#721001 (or 0x721001) is known color: Maroon. HEX triplet: 72, 10 and 01. RGB value is (114,16,1). Sum of RGB (Red+Green+Blue) = 114+16+1=131 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.02% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 114 - color contains mainly: red. Hex color #721001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721001 is #8DEFFE. Grayscale: #2B2B2B. Windows color (decimal): -9302015 or 69746. OLE color: 69746.
HSL color Cylindrical-coordinate representation of color #721001: hue angle of 7.96º 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 #721001 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.55 |
| HSL | 7.96º | 0.98% | 0.23% | - |
| HSV(B) | 7.96º | 0.99% | 0.45% | - |
| XYZ | 7.13 | 3.95 | 0.42 | - |
| YUV | 43.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 1 | 0 | 0.86 | 0.99 | 0.55 | 7.96 | 0.98 | 0.23 |
| Hex | 72 | 10 | 1 | 0 | 56 | 63 | 37 | 8 | 62 | 17 |
| Octal | 162 | 20 | 1 | 0 | 126 | 143 | 67 | 10 | 142 | 27 |
| Binary | 1110010 | 10000 | 1 | 0 | 1010110 | 1100011 | 110111 | 1000 | 1100010 | 10111 |
Color Harmonies of #721001
Complementary color
Monochromatic Colors of #721001
Black with #721001
Text Example
Text Example
White with #721001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721001; }
p { color: rgb(114,16,1); }
H1.HeaderClassName
{
color: #721001;
}
.AnyTagClassName
{
color: #721001;
}
</style>
background-color css
<style>
a { background-color: #721001; }
a { background-color: rgb(114,16,1); }
div.DivClassName
{
background-color: #721001;
}
.BgClassName
{
background-color: #721001;
}
</style>
border-color css
<style>
span { border-color: #721001; }
span { border-color: rgb(114,16,1); }
td.TdClassName
{
border-color: #721001;
}
.TagClassName
{
border-color: #721001;
}
</style>