Shades of Burgundy #710C1F
Tints of Burgundy #710C1F
RGB
CMYK
RGB Variations
Color information
#710C1F (or 0x710C1F) is known color: Burgundy. HEX triplet: 71, 0C and 1F. RGB value is (113,12,31). Sum of RGB (Red+Green+Blue) = 113+12+31=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C1F is #8EF3E0. Grayscale: #2C2C2C. Windows color (decimal): -9368545 or 2034801. OLE color: 2034801.
HSL color Cylindrical-coordinate representation of color #710C1F: hue angle of 348.71º 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 #710C1F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 31 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.56 |
| HSL | 348.71º | 0.81% | 0.25% | - |
| HSV(B) | 348.71º | 0.89% | 0.44% | - |
| XYZ | 7.19 | 3.87 | 1.66 | - |
| YUV | 44.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 31 | 0 | 0.89 | 0.73 | 0.56 | 348.71 | 0.81 | 0.25 |
| Hex | 71 | C | 1F | 0 | 59 | 49 | 38 | 15D | 51 | 19 |
| Octal | 161 | 14 | 37 | 0 | 131 | 111 | 70 | 535 | 121 | 31 |
| Binary | 1110001 | 1100 | 11111 | 0 | 1011001 | 1001001 | 111000 | 101011101 | 1010001 | 11001 |
Color Harmonies of #710C1F
Complementary color
Monochromatic Colors of #710C1F
Black with #710C1F
Text Example
Text Example
White with #710C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C1F; }
p { color: rgb(113,12,31); }
H1.HeaderClassName
{
color: #710C1F;
}
.AnyTagClassName
{
color: #710C1F;
}
</style>
background-color css
<style>
a { background-color: #710C1F; }
a { background-color: rgb(113,12,31); }
div.DivClassName
{
background-color: #710C1F;
}
.BgClassName
{
background-color: #710C1F;
}
</style>
border-color css
<style>
span { border-color: #710C1F; }
span { border-color: rgb(113,12,31); }
td.TdClassName
{
border-color: #710C1F;
}
.TagClassName
{
border-color: #710C1F;
}
</style>