Shades of Burgundy #710511
Tints of Burgundy #710511
RGB
CMYK
RGB Variations
Color information
#710511 (or 0x710511) is known color: Burgundy. HEX triplet: 71, 05 and 11. RGB value is (113,5,17). Sum of RGB (Red+Green+Blue) = 113+5+17=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710511 is #8EFAEE. Grayscale: #262626. Windows color (decimal): -9370351 or 1115505. OLE color: 1115505.
HSL color Cylindrical-coordinate representation of color #710511: hue angle of 353.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710511 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 17 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.56 |
| HSL | 353.33º | 0.92% | 0.23% | - |
| HSV(B) | 353.33º | 0.96% | 0.44% | - |
| XYZ | 6.97 | 3.66 | 0.87 | - |
| YUV | 38.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 17 | 0 | 0.96 | 0.85 | 0.56 | 353.33 | 0.92 | 0.23 |
| Hex | 71 | 5 | 11 | 0 | 60 | 55 | 38 | 161 | 5C | 17 |
| Octal | 161 | 5 | 21 | 0 | 140 | 125 | 70 | 541 | 134 | 27 |
| Binary | 1110001 | 101 | 10001 | 0 | 1100000 | 1010101 | 111000 | 101100001 | 1011100 | 10111 |
Color Harmonies of #710511
Complementary color
Monochromatic Colors of #710511
Black with #710511
Text Example
Text Example
White with #710511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710511; }
p { color: rgb(113,5,17); }
H1.HeaderClassName
{
color: #710511;
}
.AnyTagClassName
{
color: #710511;
}
</style>
background-color css
<style>
a { background-color: #710511; }
a { background-color: rgb(113,5,17); }
div.DivClassName
{
background-color: #710511;
}
.BgClassName
{
background-color: #710511;
}
</style>
border-color css
<style>
span { border-color: #710511; }
span { border-color: rgb(113,5,17); }
td.TdClassName
{
border-color: #710511;
}
.TagClassName
{
border-color: #710511;
}
</style>