Shades of Burgundy #71072E
Tints of Burgundy #71072E
RGB
CMYK
RGB Variations
Color information
#71072E (or 0x71072E) is known color: Burgundy. HEX triplet: 71, 07 and 2E. RGB value is (113,7,46). Sum of RGB (Red+Green+Blue) = 113+7+46=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71072E is #8EF8D1. Grayscale: #2B2B2B. Windows color (decimal): -9369810 or 3016561. OLE color: 3016561.
HSL color Cylindrical-coordinate representation of color #71072E: hue angle of 337.92º 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 #71072E is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 46 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.56 |
| HSL | 337.92º | 0.88% | 0.24% | - |
| HSV(B) | 337.92º | 0.94% | 0.44% | - |
| XYZ | 7.38 | 3.86 | 2.94 | - |
| YUV | 43.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 46 | 0 | 0.94 | 0.59 | 0.56 | 337.92 | 0.88 | 0.24 |
| Hex | 71 | 7 | 2E | 0 | 5E | 3B | 38 | 152 | 58 | 18 |
| Octal | 161 | 7 | 56 | 0 | 136 | 73 | 70 | 522 | 130 | 30 |
| Binary | 1110001 | 111 | 101110 | 0 | 1011110 | 111011 | 111000 | 101010010 | 1011000 | 11000 |
Color Harmonies of #71072E
Complementary color
Monochromatic Colors of #71072E
Black with #71072E
Text Example
Text Example
White with #71072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71072E; }
p { color: rgb(113,7,46); }
H1.HeaderClassName
{
color: #71072E;
}
.AnyTagClassName
{
color: #71072E;
}
</style>
background-color css
<style>
a { background-color: #71072E; }
a { background-color: rgb(113,7,46); }
div.DivClassName
{
background-color: #71072E;
}
.BgClassName
{
background-color: #71072E;
}
</style>
border-color css
<style>
span { border-color: #71072E; }
span { border-color: rgb(113,7,46); }
td.TdClassName
{
border-color: #71072E;
}
.TagClassName
{
border-color: #71072E;
}
</style>