Shades of Burgundy #710510
Tints of Burgundy #710510
RGB
CMYK
RGB Variations
Color information
#710510 (or 0x710510) is known color: Burgundy. HEX triplet: 71, 05 and 10. RGB value is (113,5,16). Sum of RGB (Red+Green+Blue) = 113+5+16=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710510 is #8EFAEF. Grayscale: #262626. Windows color (decimal): -9370352 or 1049969. OLE color: 1049969.
HSL color Cylindrical-coordinate representation of color #710510: hue angle of 353.89º 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 #710510 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 16 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.56 |
| HSL | 353.89º | 0.92% | 0.23% | - |
| HSV(B) | 353.89º | 0.96% | 0.44% | - |
| XYZ | 6.96 | 3.66 | 0.83 | - |
| YUV | 38.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 16 | 0 | 0.96 | 0.86 | 0.56 | 353.89 | 0.92 | 0.23 |
| Hex | 71 | 5 | 10 | 0 | 60 | 56 | 38 | 162 | 5C | 17 |
| Octal | 161 | 5 | 20 | 0 | 140 | 126 | 70 | 542 | 134 | 27 |
| Binary | 1110001 | 101 | 10000 | 0 | 1100000 | 1010110 | 111000 | 101100010 | 1011100 | 10111 |
Color Harmonies of #710510
Complementary color
Monochromatic Colors of #710510
Black with #710510
Text Example
Text Example
White with #710510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710510; }
p { color: rgb(113,5,16); }
H1.HeaderClassName
{
color: #710510;
}
.AnyTagClassName
{
color: #710510;
}
</style>
background-color css
<style>
a { background-color: #710510; }
a { background-color: rgb(113,5,16); }
div.DivClassName
{
background-color: #710510;
}
.BgClassName
{
background-color: #710510;
}
</style>
border-color css
<style>
span { border-color: #710510; }
span { border-color: rgb(113,5,16); }
td.TdClassName
{
border-color: #710510;
}
.TagClassName
{
border-color: #710510;
}
</style>