Shades of Burgundy #71062E
Tints of Burgundy #71062E
RGB
CMYK
RGB Variations
Color information
#71062E (or 0x71062E) is known color: Burgundy. HEX triplet: 71, 06 and 2E. RGB value is (113,6,46). Sum of RGB (Red+Green+Blue) = 113+6+46=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71062E is #8EF9D1. Grayscale: #2A2A2A. Windows color (decimal): -9370066 or 3016305. OLE color: 3016305.
HSL color Cylindrical-coordinate representation of color #71062E: hue angle of 337.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71062E is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 46 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.56 |
| HSL | 337.57º | 0.9% | 0.23% | - |
| HSV(B) | 337.57º | 0.95% | 0.44% | - |
| XYZ | 7.37 | 3.84 | 2.94 | - |
| YUV | 42.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 46 | 0 | 0.95 | 0.59 | 0.56 | 337.57 | 0.9 | 0.23 |
| Hex | 71 | 6 | 2E | 0 | 5F | 3B | 38 | 152 | 5A | 17 |
| Octal | 161 | 6 | 56 | 0 | 137 | 73 | 70 | 522 | 132 | 27 |
| Binary | 1110001 | 110 | 101110 | 0 | 1011111 | 111011 | 111000 | 101010010 | 1011010 | 10111 |
Color Harmonies of #71062E
Complementary color
Monochromatic Colors of #71062E
Black with #71062E
Text Example
Text Example
White with #71062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71062E; }
p { color: rgb(113,6,46); }
H1.HeaderClassName
{
color: #71062E;
}
.AnyTagClassName
{
color: #71062E;
}
</style>
background-color css
<style>
a { background-color: #71062E; }
a { background-color: rgb(113,6,46); }
div.DivClassName
{
background-color: #71062E;
}
.BgClassName
{
background-color: #71062E;
}
</style>
border-color css
<style>
span { border-color: #71062E; }
span { border-color: rgb(113,6,46); }
td.TdClassName
{
border-color: #71062E;
}
.TagClassName
{
border-color: #71062E;
}
</style>