Shades of Burgundy #710C12
Tints of Burgundy #710C12
RGB
CMYK
RGB Variations
Color information
#710C12 (or 0x710C12) is known color: Burgundy. HEX triplet: 71, 0C and 12. RGB value is (113,12,18). Sum of RGB (Red+Green+Blue) = 113+12+18=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #710C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C12 is #8EF3ED. Grayscale: #2A2A2A. Windows color (decimal): -9368558 or 1182833. OLE color: 1182833.
HSL color Cylindrical-coordinate representation of color #710C12: hue angle of 356.44º 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 #710C12 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 18 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.56 |
| HSL | 356.44º | 0.81% | 0.25% | - |
| HSV(B) | 356.44º | 0.89% | 0.44% | - |
| XYZ | 7.05 | 3.82 | 0.94 | - |
| YUV | 42.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 18 | 0 | 0.89 | 0.84 | 0.56 | 356.44 | 0.81 | 0.25 |
| Hex | 71 | C | 12 | 0 | 59 | 54 | 38 | 164 | 51 | 19 |
| Octal | 161 | 14 | 22 | 0 | 131 | 124 | 70 | 544 | 121 | 31 |
| Binary | 1110001 | 1100 | 10010 | 0 | 1011001 | 1010100 | 111000 | 101100100 | 1010001 | 11001 |
Color Harmonies of #710C12
Complementary color
Monochromatic Colors of #710C12
Black with #710C12
Text Example
Text Example
White with #710C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C12; }
p { color: rgb(113,12,18); }
H1.HeaderClassName
{
color: #710C12;
}
.AnyTagClassName
{
color: #710C12;
}
</style>
background-color css
<style>
a { background-color: #710C12; }
a { background-color: rgb(113,12,18); }
div.DivClassName
{
background-color: #710C12;
}
.BgClassName
{
background-color: #710C12;
}
</style>
border-color css
<style>
span { border-color: #710C12; }
span { border-color: rgb(113,12,18); }
td.TdClassName
{
border-color: #710C12;
}
.TagClassName
{
border-color: #710C12;
}
</style>