Shades of Burgundy #710C16
Tints of Burgundy #710C16
RGB
CMYK
RGB Variations
Color information
#710C16 (or 0x710C16) is known color: Burgundy. HEX triplet: 71, 0C and 16. RGB value is (113,12,22). Sum of RGB (Red+Green+Blue) = 113+12+22=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C16 is #8EF3E9. Grayscale: #2B2B2B. Windows color (decimal): -9368554 or 1444977. OLE color: 1444977.
HSL color Cylindrical-coordinate representation of color #710C16: hue angle of 354.06º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C16 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 22 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.56 |
| HSL | 354.06º | 0.81% | 0.25% | - |
| HSV(B) | 354.06º | 0.89% | 0.44% | - |
| XYZ | 7.09 | 3.83 | 1.13 | - |
| YUV | 43.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 22 | 0 | 0.89 | 0.81 | 0.56 | 354.06 | 0.81 | 0.25 |
| Hex | 71 | C | 16 | 0 | 59 | 51 | 38 | 162 | 51 | 19 |
| Octal | 161 | 14 | 26 | 0 | 131 | 121 | 70 | 542 | 121 | 31 |
| Binary | 1110001 | 1100 | 10110 | 0 | 1011001 | 1010001 | 111000 | 101100010 | 1010001 | 11001 |
Color Harmonies of #710C16
Complementary color
Monochromatic Colors of #710C16
Black with #710C16
Text Example
Text Example
White with #710C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C16; }
p { color: rgb(113,12,22); }
H1.HeaderClassName
{
color: #710C16;
}
.AnyTagClassName
{
color: #710C16;
}
</style>
background-color css
<style>
a { background-color: #710C16; }
a { background-color: rgb(113,12,22); }
div.DivClassName
{
background-color: #710C16;
}
.BgClassName
{
background-color: #710C16;
}
</style>
border-color css
<style>
span { border-color: #710C16; }
span { border-color: rgb(113,12,22); }
td.TdClassName
{
border-color: #710C16;
}
.TagClassName
{
border-color: #710C16;
}
</style>