Shades of Burgundy #710D20
Tints of Burgundy #710D20
RGB
CMYK
RGB Variations
Color information
#710D20 (or 0x710D20) is known color: Burgundy. HEX triplet: 71, 0D and 20. RGB value is (113,13,32). Sum of RGB (Red+Green+Blue) = 113+13+32=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #710D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D20 is #8EF2DF. Grayscale: #2D2D2D. Windows color (decimal): -9368288 or 2100593. OLE color: 2100593.
HSL color Cylindrical-coordinate representation of color #710D20: hue angle of 348.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D20 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 32 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.56 |
| HSL | 348.6º | 0.79% | 0.25% | - |
| HSV(B) | 348.6º | 0.88% | 0.44% | - |
| XYZ | 7.21 | 3.9 | 1.74 | - |
| YUV | 45.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 32 | 0 | 0.88 | 0.72 | 0.56 | 348.6 | 0.79 | 0.25 |
| Hex | 71 | D | 20 | 0 | 58 | 48 | 38 | 15D | 4F | 19 |
| Octal | 161 | 15 | 40 | 0 | 130 | 110 | 70 | 535 | 117 | 31 |
| Binary | 1110001 | 1101 | 100000 | 0 | 1011000 | 1001000 | 111000 | 101011101 | 1001111 | 11001 |
Color Harmonies of #710D20
Complementary color
Monochromatic Colors of #710D20
Black with #710D20
Text Example
Text Example
White with #710D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D20; }
p { color: rgb(113,13,32); }
H1.HeaderClassName
{
color: #710D20;
}
.AnyTagClassName
{
color: #710D20;
}
</style>
background-color css
<style>
a { background-color: #710D20; }
a { background-color: rgb(113,13,32); }
div.DivClassName
{
background-color: #710D20;
}
.BgClassName
{
background-color: #710D20;
}
</style>
border-color css
<style>
span { border-color: #710D20; }
span { border-color: rgb(113,13,32); }
td.TdClassName
{
border-color: #710D20;
}
.TagClassName
{
border-color: #710D20;
}
</style>