Shades of Burgundy #710111
Tints of Burgundy #710111
RGB
CMYK
RGB Variations
Color information
#710111 (or 0x710111) is known color: Burgundy. HEX triplet: 71, 01 and 11. RGB value is (113,1,17). Sum of RGB (Red+Green+Blue) = 113+1+17=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #710111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710111 is #8EFEEE. Grayscale: #242424. Windows color (decimal): -9371375 or 1114481. OLE color: 1114481.
HSL color Cylindrical-coordinate representation of color #710111: hue angle of 351.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710111 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.56 |
| HSL | 351.43º | 0.98% | 0.22% | - |
| HSV(B) | 351.43º | 0.99% | 0.44% | - |
| XYZ | 6.92 | 3.57 | 0.86 | - |
| YUV | 36.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 17 | 0 | 0.99 | 0.85 | 0.56 | 351.43 | 0.98 | 0.22 |
| Hex | 71 | 1 | 11 | 0 | 63 | 55 | 38 | 15F | 62 | 16 |
| Octal | 161 | 1 | 21 | 0 | 143 | 125 | 70 | 537 | 142 | 26 |
| Binary | 1110001 | 1 | 10001 | 0 | 1100011 | 1010101 | 111000 | 101011111 | 1100010 | 10110 |
Color Harmonies of #710111
Complementary color
Monochromatic Colors of #710111
Black with #710111
Text Example
Text Example
White with #710111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710111; }
p { color: rgb(113,1,17); }
H1.HeaderClassName
{
color: #710111;
}
.AnyTagClassName
{
color: #710111;
}
</style>
background-color css
<style>
a { background-color: #710111; }
a { background-color: rgb(113,1,17); }
div.DivClassName
{
background-color: #710111;
}
.BgClassName
{
background-color: #710111;
}
</style>
border-color css
<style>
span { border-color: #710111; }
span { border-color: rgb(113,1,17); }
td.TdClassName
{
border-color: #710111;
}
.TagClassName
{
border-color: #710111;
}
</style>