Shades of Maroon #710A00
Tints of Maroon #710A00
RGB
CMYK
RGB Variations
Color information
#710A00 (or 0x710A00) is known color: Maroon. HEX triplet: 71, 0A and 00. RGB value is (113,10,0). Sum of RGB (Red+Green+Blue) = 113+10+0=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A00 is #8EF5FF. Grayscale: #272727. Windows color (decimal): -9369088 or 2673. OLE color: 2673.
HSL color Cylindrical-coordinate representation of color #710A00: hue angle of 5.31º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710A00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.56 |
| HSL | 5.31º | 1% | 0.22% | - |
| HSV(B) | 5.31º | 1% | 0.44% | - |
| XYZ | 6.92 | 3.73 | 0.35 | - |
| YUV | 39.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 0 | 0 | 0.91 | 1 | 0.56 | 5.31 | 1 | 0.22 |
| Hex | 71 | A | 0 | 0 | 5B | 64 | 38 | 5 | 64 | 16 |
| Octal | 161 | 12 | 0 | 0 | 133 | 144 | 70 | 5 | 144 | 26 |
| Binary | 1110001 | 1010 | 0 | 0 | 1011011 | 1100100 | 111000 | 101 | 1100100 | 10110 |
Color Harmonies of #710A00
Complementary color
Monochromatic Colors of #710A00
Black with #710A00
Text Example
Text Example
White with #710A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A00; }
p { color: rgb(113,10,0); }
H1.HeaderClassName
{
color: #710A00;
}
.AnyTagClassName
{
color: #710A00;
}
</style>
background-color css
<style>
a { background-color: #710A00; }
a { background-color: rgb(113,10,0); }
div.DivClassName
{
background-color: #710A00;
}
.BgClassName
{
background-color: #710A00;
}
</style>
border-color css
<style>
span { border-color: #710A00; }
span { border-color: rgb(113,10,0); }
td.TdClassName
{
border-color: #710A00;
}
.TagClassName
{
border-color: #710A00;
}
</style>