Shades of Burgundy #710C1C
Tints of Burgundy #710C1C
RGB
CMYK
RGB Variations
Color information
#710C1C (or 0x710C1C) is known color: Burgundy. HEX triplet: 71, 0C and 1C. RGB value is (113,12,28). Sum of RGB (Red+Green+Blue) = 113+12+28=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C1C is #8EF3E3. Grayscale: #2C2C2C. Windows color (decimal): -9368548 or 1838193. OLE color: 1838193.
HSL color Cylindrical-coordinate representation of color #710C1C: hue angle of 350.5º 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 #710C1C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 28 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.56 |
| HSL | 350.5º | 0.81% | 0.25% | - |
| HSV(B) | 350.5º | 0.89% | 0.44% | - |
| XYZ | 7.15 | 3.86 | 1.47 | - |
| YUV | 44.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 28 | 0 | 0.89 | 0.75 | 0.56 | 350.5 | 0.81 | 0.25 |
| Hex | 71 | C | 1C | 0 | 59 | 4B | 38 | 15E | 51 | 19 |
| Octal | 161 | 14 | 34 | 0 | 131 | 113 | 70 | 536 | 121 | 31 |
| Binary | 1110001 | 1100 | 11100 | 0 | 1011001 | 1001011 | 111000 | 101011110 | 1010001 | 11001 |
Color Harmonies of #710C1C
Complementary color
Monochromatic Colors of #710C1C
Black with #710C1C
Text Example
Text Example
White with #710C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C1C; }
p { color: rgb(113,12,28); }
H1.HeaderClassName
{
color: #710C1C;
}
.AnyTagClassName
{
color: #710C1C;
}
</style>
background-color css
<style>
a { background-color: #710C1C; }
a { background-color: rgb(113,12,28); }
div.DivClassName
{
background-color: #710C1C;
}
.BgClassName
{
background-color: #710C1C;
}
</style>
border-color css
<style>
span { border-color: #710C1C; }
span { border-color: rgb(113,12,28); }
td.TdClassName
{
border-color: #710C1C;
}
.TagClassName
{
border-color: #710C1C;
}
</style>