Shades of Burgundy #71070C
Tints of Burgundy #71070C
RGB
CMYK
RGB Variations
Color information
#71070C (or 0x71070C) is known color: Burgundy. HEX triplet: 71, 07 and 0C. RGB value is (113,7,12). Sum of RGB (Red+Green+Blue) = 113+7+12=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #71070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71070C is #8EF8F3. Grayscale: #272727. Windows color (decimal): -9369844 or 788337. OLE color: 788337.
HSL color Cylindrical-coordinate representation of color #71070C: hue angle of 357.17º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71070C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 12 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.56 |
| HSL | 357.17º | 0.88% | 0.24% | - |
| HSV(B) | 357.17º | 0.94% | 0.44% | - |
| XYZ | 6.95 | 3.69 | 0.69 | - |
| YUV | 39.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 12 | 0 | 0.94 | 0.89 | 0.56 | 357.17 | 0.88 | 0.24 |
| Hex | 71 | 7 | C | 0 | 5E | 59 | 38 | 165 | 58 | 18 |
| Octal | 161 | 7 | 14 | 0 | 136 | 131 | 70 | 545 | 130 | 30 |
| Binary | 1110001 | 111 | 1100 | 0 | 1011110 | 1011001 | 111000 | 101100101 | 1011000 | 11000 |
Color Harmonies of #71070C
Complementary color
Monochromatic Colors of #71070C
Black with #71070C
Text Example
Text Example
White with #71070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71070C; }
p { color: rgb(113,7,12); }
H1.HeaderClassName
{
color: #71070C;
}
.AnyTagClassName
{
color: #71070C;
}
</style>
background-color css
<style>
a { background-color: #71070C; }
a { background-color: rgb(113,7,12); }
div.DivClassName
{
background-color: #71070C;
}
.BgClassName
{
background-color: #71070C;
}
</style>
border-color css
<style>
span { border-color: #71070C; }
span { border-color: rgb(113,7,12); }
td.TdClassName
{
border-color: #71070C;
}
.TagClassName
{
border-color: #71070C;
}
</style>