Shades of Burgundy #71052E
Tints of Burgundy #71052E
RGB
CMYK
RGB Variations
Color information
#71052E (or 0x71052E) is known color: Burgundy. HEX triplet: 71, 05 and 2E. RGB value is (113,5,46). Sum of RGB (Red+Green+Blue) = 113+5+46=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71052E is #8EFAD1. Grayscale: #292929. Windows color (decimal): -9370322 or 3016049. OLE color: 3016049.
HSL color Cylindrical-coordinate representation of color #71052E: hue angle of 337.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71052E is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 46 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.56 |
| HSL | 337.22º | 0.92% | 0.23% | - |
| HSV(B) | 337.22º | 0.96% | 0.44% | - |
| XYZ | 7.36 | 3.82 | 2.93 | - |
| YUV | 41.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 46 | 0 | 0.96 | 0.59 | 0.56 | 337.22 | 0.92 | 0.23 |
| Hex | 71 | 5 | 2E | 0 | 60 | 3B | 38 | 151 | 5C | 17 |
| Octal | 161 | 5 | 56 | 0 | 140 | 73 | 70 | 521 | 134 | 27 |
| Binary | 1110001 | 101 | 101110 | 0 | 1100000 | 111011 | 111000 | 101010001 | 1011100 | 10111 |
Color Harmonies of #71052E
Complementary color
Monochromatic Colors of #71052E
Black with #71052E
Text Example
Text Example
White with #71052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71052E; }
p { color: rgb(113,5,46); }
H1.HeaderClassName
{
color: #71052E;
}
.AnyTagClassName
{
color: #71052E;
}
</style>
background-color css
<style>
a { background-color: #71052E; }
a { background-color: rgb(113,5,46); }
div.DivClassName
{
background-color: #71052E;
}
.BgClassName
{
background-color: #71052E;
}
</style>
border-color css
<style>
span { border-color: #71052E; }
span { border-color: rgb(113,5,46); }
td.TdClassName
{
border-color: #71052E;
}
.TagClassName
{
border-color: #71052E;
}
</style>