Shades of Maroon #710E04
Tints of Maroon #710E04
RGB
CMYK
RGB Variations
Color information
#710E04 (or 0x710E04) is known color: Maroon. HEX triplet: 71, 0E and 04. RGB value is (113,14,4). Sum of RGB (Red+Green+Blue) = 113+14+4=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #710E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E04 is #8EF1FB. Grayscale: #2A2A2A. Windows color (decimal): -9368060 or 265841. OLE color: 265841.
HSL color Cylindrical-coordinate representation of color #710E04: hue angle of 5.5º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710E04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 14 | 4 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.56 |
| HSL | 5.5º | 0.93% | 0.23% | - |
| HSV(B) | 5.5º | 0.96% | 0.44% | - |
| XYZ | 6.99 | 3.83 | 0.49 | - |
| YUV | 42.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 4 | 0 | 0.88 | 0.96 | 0.56 | 5.5 | 0.93 | 0.23 |
| Hex | 71 | E | 4 | 0 | 58 | 60 | 38 | 6 | 5D | 17 |
| Octal | 161 | 16 | 4 | 0 | 130 | 140 | 70 | 6 | 135 | 27 |
| Binary | 1110001 | 1110 | 100 | 0 | 1011000 | 1100000 | 111000 | 110 | 1011101 | 10111 |
Color Harmonies of #710E04
Complementary color
Monochromatic Colors of #710E04
Black with #710E04
Text Example
Text Example
White with #710E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710E04; }
p { color: rgb(113,14,4); }
H1.HeaderClassName
{
color: #710E04;
}
.AnyTagClassName
{
color: #710E04;
}
</style>
background-color css
<style>
a { background-color: #710E04; }
a { background-color: rgb(113,14,4); }
div.DivClassName
{
background-color: #710E04;
}
.BgClassName
{
background-color: #710E04;
}
</style>
border-color css
<style>
span { border-color: #710E04; }
span { border-color: rgb(113,14,4); }
td.TdClassName
{
border-color: #710E04;
}
.TagClassName
{
border-color: #710E04;
}
</style>