Shades of Maroon #710A09
Tints of Maroon #710A09
RGB
CMYK
RGB Variations
Color information
#710A09 (or 0x710A09) is known color: Maroon. HEX triplet: 71, 0A and 09. RGB value is (113,10,9). Sum of RGB (Red+Green+Blue) = 113+10+9=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #710A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A09 is #8EF5F6. Grayscale: #282828. Windows color (decimal): -9369079 or 592497. OLE color: 592497.
HSL color Cylindrical-coordinate representation of color #710A09: hue angle of 0.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710A09 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 9 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.56 |
| HSL | 0.58º | 0.85% | 0.24% | - |
| HSV(B) | 0.58º | 0.92% | 0.44% | - |
| XYZ | 6.97 | 3.75 | 0.61 | - |
| YUV | 40.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 9 | 0 | 0.91 | 0.92 | 0.56 | 0.58 | 0.85 | 0.24 |
| Hex | 71 | A | 9 | 0 | 5B | 5C | 38 | 1 | 55 | 18 |
| Octal | 161 | 12 | 11 | 0 | 133 | 134 | 70 | 1 | 125 | 30 |
| Binary | 1110001 | 1010 | 1001 | 0 | 1011011 | 1011100 | 111000 | 1 | 1010101 | 11000 |
Color Harmonies of #710A09
Complementary color
Monochromatic Colors of #710A09
Black with #710A09
Text Example
Text Example
White with #710A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A09; }
p { color: rgb(113,10,9); }
H1.HeaderClassName
{
color: #710A09;
}
.AnyTagClassName
{
color: #710A09;
}
</style>
background-color css
<style>
a { background-color: #710A09; }
a { background-color: rgb(113,10,9); }
div.DivClassName
{
background-color: #710A09;
}
.BgClassName
{
background-color: #710A09;
}
</style>
border-color css
<style>
span { border-color: #710A09; }
span { border-color: rgb(113,10,9); }
td.TdClassName
{
border-color: #710A09;
}
.TagClassName
{
border-color: #710A09;
}
</style>