Shades of Burgundy #710C2B
Tints of Burgundy #710C2B
RGB
CMYK
RGB Variations
Color information
#710C2B (or 0x710C2B) is known color: Burgundy. HEX triplet: 71, 0C and 2B. RGB value is (113,12,43). Sum of RGB (Red+Green+Blue) = 113+12+43=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #710C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C2B is #8EF3D4. Grayscale: #2D2D2D. Windows color (decimal): -9368533 or 2821233. OLE color: 2821233.
HSL color Cylindrical-coordinate representation of color #710C2B: hue angle of 341.58º 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 #710C2B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 43 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.56 |
| HSL | 341.58º | 0.81% | 0.25% | - |
| HSV(B) | 341.58º | 0.89% | 0.44% | - |
| XYZ | 7.38 | 3.95 | 2.66 | - |
| YUV | 45.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 43 | 0 | 0.89 | 0.62 | 0.56 | 341.58 | 0.81 | 0.25 |
| Hex | 71 | C | 2B | 0 | 59 | 3E | 38 | 156 | 51 | 19 |
| Octal | 161 | 14 | 53 | 0 | 131 | 76 | 70 | 526 | 121 | 31 |
| Binary | 1110001 | 1100 | 101011 | 0 | 1011001 | 111110 | 111000 | 101010110 | 1010001 | 11001 |
Color Harmonies of #710C2B
Complementary color
Monochromatic Colors of #710C2B
Black with #710C2B
Text Example
Text Example
White with #710C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C2B; }
p { color: rgb(113,12,43); }
H1.HeaderClassName
{
color: #710C2B;
}
.AnyTagClassName
{
color: #710C2B;
}
</style>
background-color css
<style>
a { background-color: #710C2B; }
a { background-color: rgb(113,12,43); }
div.DivClassName
{
background-color: #710C2B;
}
.BgClassName
{
background-color: #710C2B;
}
</style>
border-color css
<style>
span { border-color: #710C2B; }
span { border-color: rgb(113,12,43); }
td.TdClassName
{
border-color: #710C2B;
}
.TagClassName
{
border-color: #710C2B;
}
</style>