Shades of Maroon #710A04
Tints of Maroon #710A04
RGB
CMYK
RGB Variations
Color information
#710A04 (or 0x710A04) is known color: Maroon. HEX triplet: 71, 0A and 04. RGB value is (113,10,4). Sum of RGB (Red+Green+Blue) = 113+10+4=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #710A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A04 is #8EF5FB. Grayscale: #282828. Windows color (decimal): -9369084 or 264817. OLE color: 264817.
HSL color Cylindrical-coordinate representation of color #710A04: hue angle of 3.3º 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 #710A04 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 4 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.56 |
| HSL | 3.3º | 0.93% | 0.23% | - |
| HSV(B) | 3.3º | 0.96% | 0.44% | - |
| XYZ | 6.94 | 3.74 | 0.47 | - |
| YUV | 40.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 4 | 0 | 0.91 | 0.96 | 0.56 | 3.3 | 0.93 | 0.23 |
| Hex | 71 | A | 4 | 0 | 5B | 60 | 38 | 3 | 5D | 17 |
| Octal | 161 | 12 | 4 | 0 | 133 | 140 | 70 | 3 | 135 | 27 |
| Binary | 1110001 | 1010 | 100 | 0 | 1011011 | 1100000 | 111000 | 11 | 1011101 | 10111 |
Color Harmonies of #710A04
Complementary color
Monochromatic Colors of #710A04
Black with #710A04
Text Example
Text Example
White with #710A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A04; }
p { color: rgb(113,10,4); }
H1.HeaderClassName
{
color: #710A04;
}
.AnyTagClassName
{
color: #710A04;
}
</style>
background-color css
<style>
a { background-color: #710A04; }
a { background-color: rgb(113,10,4); }
div.DivClassName
{
background-color: #710A04;
}
.BgClassName
{
background-color: #710A04;
}
</style>
border-color css
<style>
span { border-color: #710A04; }
span { border-color: rgb(113,10,4); }
td.TdClassName
{
border-color: #710A04;
}
.TagClassName
{
border-color: #710A04;
}
</style>