Shades of Burgundy #710C2C
Tints of Burgundy #710C2C
RGB
CMYK
RGB Variations
Color information
#710C2C (or 0x710C2C) is known color: Burgundy. HEX triplet: 71, 0C and 2C. RGB value is (113,12,44). Sum of RGB (Red+Green+Blue) = 113+12+44=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710C2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C2C is #8EF3D3. Grayscale: #2D2D2D. Windows color (decimal): -9368532 or 2886769. OLE color: 2886769.
HSL color Cylindrical-coordinate representation of color #710C2C: hue angle of 340.99º 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 #710C2C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 44 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.56 |
| HSL | 340.99º | 0.81% | 0.25% | - |
| HSV(B) | 340.99º | 0.89% | 0.44% | - |
| XYZ | 7.4 | 3.96 | 2.76 | - |
| YUV | 45.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 44 | 0 | 0.89 | 0.61 | 0.56 | 340.99 | 0.81 | 0.25 |
| Hex | 71 | C | 2C | 0 | 59 | 3D | 38 | 155 | 51 | 19 |
| Octal | 161 | 14 | 54 | 0 | 131 | 75 | 70 | 525 | 121 | 31 |
| Binary | 1110001 | 1100 | 101100 | 0 | 1011001 | 111101 | 111000 | 101010101 | 1010001 | 11001 |
Color Harmonies of #710C2C
Complementary color
Monochromatic Colors of #710C2C
Black with #710C2C
Text Example
Text Example
White with #710C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C2C; }
p { color: rgb(113,12,44); }
H1.HeaderClassName
{
color: #710C2C;
}
.AnyTagClassName
{
color: #710C2C;
}
</style>
background-color css
<style>
a { background-color: #710C2C; }
a { background-color: rgb(113,12,44); }
div.DivClassName
{
background-color: #710C2C;
}
.BgClassName
{
background-color: #710C2C;
}
</style>
border-color css
<style>
span { border-color: #710C2C; }
span { border-color: rgb(113,12,44); }
td.TdClassName
{
border-color: #710C2C;
}
.TagClassName
{
border-color: #710C2C;
}
</style>