Shades of Maroon #721203
Tints of Maroon #721203
RGB
CMYK
RGB Variations
Color information
#721203 (or 0x721203) is known color: Maroon. HEX triplet: 72, 12 and 03. RGB value is (114,18,3). Sum of RGB (Red+Green+Blue) = 114+18+3=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #721203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721203 is #8DEDFC. Grayscale: #2D2D2D. Windows color (decimal): -9301501 or 201330. OLE color: 201330.
HSL color Cylindrical-coordinate representation of color #721203: hue angle of 8.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #721203 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 3 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.55 |
| HSL | 8.11º | 0.95% | 0.23% | - |
| HSV(B) | 8.11º | 0.97% | 0.45% | - |
| XYZ | 7.17 | 4.02 | 0.48 | - |
| YUV | 44.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 3 | 0 | 0.84 | 0.97 | 0.55 | 8.11 | 0.95 | 0.23 |
| Hex | 72 | 12 | 3 | 0 | 54 | 61 | 37 | 8 | 5F | 17 |
| Octal | 162 | 22 | 3 | 0 | 124 | 141 | 67 | 10 | 137 | 27 |
| Binary | 1110010 | 10010 | 11 | 0 | 1010100 | 1100001 | 110111 | 1000 | 1011111 | 10111 |
Color Harmonies of #721203
Complementary color
Monochromatic Colors of #721203
Black with #721203
Text Example
Text Example
White with #721203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721203; }
p { color: rgb(114,18,3); }
H1.HeaderClassName
{
color: #721203;
}
.AnyTagClassName
{
color: #721203;
}
</style>
background-color css
<style>
a { background-color: #721203; }
a { background-color: rgb(114,18,3); }
div.DivClassName
{
background-color: #721203;
}
.BgClassName
{
background-color: #721203;
}
</style>
border-color css
<style>
span { border-color: #721203; }
span { border-color: rgb(114,18,3); }
td.TdClassName
{
border-color: #721203;
}
.TagClassName
{
border-color: #721203;
}
</style>