Shades of Burgundy #710A2C
Tints of Burgundy #710A2C
RGB
CMYK
RGB Variations
Color information
#710A2C (or 0x710A2C) is known color: Burgundy. HEX triplet: 71, 0A and 2C. RGB value is (113,10,44). Sum of RGB (Red+Green+Blue) = 113+10+44=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A2C is #8EF5D3. Grayscale: #2C2C2C. Windows color (decimal): -9369044 or 2886257. OLE color: 2886257.
HSL color Cylindrical-coordinate representation of color #710A2C: hue angle of 340.19º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A2C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 44 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.56 |
| HSL | 340.19º | 0.84% | 0.24% | - |
| HSV(B) | 340.19º | 0.91% | 0.44% | - |
| XYZ | 7.37 | 3.91 | 2.75 | - |
| YUV | 44.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 44 | 0 | 0.91 | 0.61 | 0.56 | 340.19 | 0.84 | 0.24 |
| Hex | 71 | A | 2C | 0 | 5B | 3D | 38 | 154 | 54 | 18 |
| Octal | 161 | 12 | 54 | 0 | 133 | 75 | 70 | 524 | 124 | 30 |
| Binary | 1110001 | 1010 | 101100 | 0 | 1011011 | 111101 | 111000 | 101010100 | 1010100 | 11000 |
Color Harmonies of #710A2C
Complementary color
Monochromatic Colors of #710A2C
Black with #710A2C
Text Example
Text Example
White with #710A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A2C; }
p { color: rgb(113,10,44); }
H1.HeaderClassName
{
color: #710A2C;
}
.AnyTagClassName
{
color: #710A2C;
}
</style>
background-color css
<style>
a { background-color: #710A2C; }
a { background-color: rgb(113,10,44); }
div.DivClassName
{
background-color: #710A2C;
}
.BgClassName
{
background-color: #710A2C;
}
</style>
border-color css
<style>
span { border-color: #710A2C; }
span { border-color: rgb(113,10,44); }
td.TdClassName
{
border-color: #710A2C;
}
.TagClassName
{
border-color: #710A2C;
}
</style>