Shades of Maroon #710900
Tints of Maroon #710900
RGB
CMYK
RGB Variations
Color information
#710900 (or 0x710900) is known color: Maroon. HEX triplet: 71, 09 and 00. RGB value is (113,9,0). Sum of RGB (Red+Green+Blue) = 113+9+0=122 (16% of max value = 765). Red value is 113 (44.53% from 255 or 92.62% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 113 - color contains mainly: red. Hex color #710900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710900 is #8EF6FF. Grayscale: #272727. Windows color (decimal): -9369344 or 2417. OLE color: 2417.
HSL color Cylindrical-coordinate representation of color #710900: hue angle of 4.78º 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 #710900 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 9 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.56 |
| HSL | 4.78º | 1% | 0.22% | - |
| HSV(B) | 4.78º | 1% | 0.44% | - |
| XYZ | 6.91 | 3.71 | 0.35 | - |
| YUV | 39.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 0 | 0 | 0.92 | 1 | 0.56 | 4.78 | 1 | 0.22 |
| Hex | 71 | 9 | 0 | 0 | 5C | 64 | 38 | 5 | 64 | 16 |
| Octal | 161 | 11 | 0 | 0 | 134 | 144 | 70 | 5 | 144 | 26 |
| Binary | 1110001 | 1001 | 0 | 0 | 1011100 | 1100100 | 111000 | 101 | 1100100 | 10110 |
Color Harmonies of #710900
Complementary color
Monochromatic Colors of #710900
Black with #710900
Text Example
Text Example
White with #710900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710900; }
p { color: rgb(113,9,0); }
H1.HeaderClassName
{
color: #710900;
}
.AnyTagClassName
{
color: #710900;
}
</style>
background-color css
<style>
a { background-color: #710900; }
a { background-color: rgb(113,9,0); }
div.DivClassName
{
background-color: #710900;
}
.BgClassName
{
background-color: #710900;
}
</style>
border-color css
<style>
span { border-color: #710900; }
span { border-color: rgb(113,9,0); }
td.TdClassName
{
border-color: #710900;
}
.TagClassName
{
border-color: #710900;
}
</style>