Shades of Burgundy #710C1B
Tints of Burgundy #710C1B
RGB
CMYK
RGB Variations
Color information
#710C1B (or 0x710C1B) is known color: Burgundy. HEX triplet: 71, 0C and 1B. RGB value is (113,12,27). Sum of RGB (Red+Green+Blue) = 113+12+27=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #710C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C1B is #8EF3E4. Grayscale: #2B2B2B. Windows color (decimal): -9368549 or 1772657. OLE color: 1772657.
HSL color Cylindrical-coordinate representation of color #710C1B: hue angle of 351.09º 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 #710C1B is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 27 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.56 |
| HSL | 351.09º | 0.81% | 0.25% | - |
| HSV(B) | 351.09º | 0.89% | 0.44% | - |
| XYZ | 7.14 | 3.85 | 1.4 | - |
| YUV | 43.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 27 | 0 | 0.89 | 0.76 | 0.56 | 351.09 | 0.81 | 0.25 |
| Hex | 71 | C | 1B | 0 | 59 | 4C | 38 | 15F | 51 | 19 |
| Octal | 161 | 14 | 33 | 0 | 131 | 114 | 70 | 537 | 121 | 31 |
| Binary | 1110001 | 1100 | 11011 | 0 | 1011001 | 1001100 | 111000 | 101011111 | 1010001 | 11001 |
Color Harmonies of #710C1B
Complementary color
Monochromatic Colors of #710C1B
Black with #710C1B
Text Example
Text Example
White with #710C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C1B; }
p { color: rgb(113,12,27); }
H1.HeaderClassName
{
color: #710C1B;
}
.AnyTagClassName
{
color: #710C1B;
}
</style>
background-color css
<style>
a { background-color: #710C1B; }
a { background-color: rgb(113,12,27); }
div.DivClassName
{
background-color: #710C1B;
}
.BgClassName
{
background-color: #710C1B;
}
</style>
border-color css
<style>
span { border-color: #710C1B; }
span { border-color: rgb(113,12,27); }
td.TdClassName
{
border-color: #710C1B;
}
.TagClassName
{
border-color: #710C1B;
}
</style>