Shades of Maroon #710500
Tints of Maroon #710500
RGB
CMYK
RGB Variations
Color information
#710500 (or 0x710500) is known color: Maroon. HEX triplet: 71, 05 and 00. RGB value is (113,5,0). Sum of RGB (Red+Green+Blue) = 113+5+0=118 (15% of max value = 765). Red value is 113 (44.53% from 255 or 95.76% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 113 - color contains mainly: red. Hex color #710500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710500 is #8EFAFF. Grayscale: #242424. Windows color (decimal): -9370368 or 1393. OLE color: 1393.
HSL color Cylindrical-coordinate representation of color #710500: hue angle of 2.65º 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 #710500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.56 |
| HSL | 2.65º | 1% | 0.22% | - |
| HSV(B) | 2.65º | 1% | 0.44% | - |
| XYZ | 6.86 | 3.62 | 0.34 | - |
| YUV | 36.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 0 | 0 | 0.96 | 1 | 0.56 | 2.65 | 1 | 0.22 |
| Hex | 71 | 5 | 0 | 0 | 60 | 64 | 38 | 3 | 64 | 16 |
| Octal | 161 | 5 | 0 | 0 | 140 | 144 | 70 | 3 | 144 | 26 |
| Binary | 1110001 | 101 | 0 | 0 | 1100000 | 1100100 | 111000 | 11 | 1100100 | 10110 |
Color Harmonies of #710500
Complementary color
Monochromatic Colors of #710500
Black with #710500
Text Example
Text Example
White with #710500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710500; }
p { color: rgb(113,5,0); }
H1.HeaderClassName
{
color: #710500;
}
.AnyTagClassName
{
color: #710500;
}
</style>
background-color css
<style>
a { background-color: #710500; }
a { background-color: rgb(113,5,0); }
div.DivClassName
{
background-color: #710500;
}
.BgClassName
{
background-color: #710500;
}
</style>
border-color css
<style>
span { border-color: #710500; }
span { border-color: rgb(113,5,0); }
td.TdClassName
{
border-color: #710500;
}
.TagClassName
{
border-color: #710500;
}
</style>