Shades of Maroon #721402
Tints of Maroon #721402
RGB
CMYK
RGB Variations
Color information
#721402 (or 0x721402) is known color: Maroon. HEX triplet: 72, 14 and 02. RGB value is (114,20,2). Sum of RGB (Red+Green+Blue) = 114+20+2=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #721402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721402 is #8DEBFD. Grayscale: #2E2E2E. Windows color (decimal): -9300990 or 136306. OLE color: 136306.
HSL color Cylindrical-coordinate representation of color #721402: hue angle of 9.64º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #721402 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.55 |
| HSL | 9.64º | 0.97% | 0.23% | - |
| HSV(B) | 9.64º | 0.98% | 0.45% | - |
| XYZ | 7.2 | 4.08 | 0.47 | - |
| YUV | 46.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 2 | 0 | 0.82 | 0.98 | 0.55 | 9.64 | 0.97 | 0.23 |
| Hex | 72 | 14 | 2 | 0 | 52 | 62 | 37 | A | 61 | 17 |
| Octal | 162 | 24 | 2 | 0 | 122 | 142 | 67 | 12 | 141 | 27 |
| Binary | 1110010 | 10100 | 10 | 0 | 1010010 | 1100010 | 110111 | 1010 | 1100001 | 10111 |
Color Harmonies of #721402
Complementary color
Monochromatic Colors of #721402
Black with #721402
Text Example
Text Example
White with #721402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721402; }
p { color: rgb(114,20,2); }
H1.HeaderClassName
{
color: #721402;
}
.AnyTagClassName
{
color: #721402;
}
</style>
background-color css
<style>
a { background-color: #721402; }
a { background-color: rgb(114,20,2); }
div.DivClassName
{
background-color: #721402;
}
.BgClassName
{
background-color: #721402;
}
</style>
border-color css
<style>
span { border-color: #721402; }
span { border-color: rgb(114,20,2); }
td.TdClassName
{
border-color: #721402;
}
.TagClassName
{
border-color: #721402;
}
</style>