Shades of Burgundy #71041E
Tints of Burgundy #71041E
RGB
CMYK
RGB Variations
Color information
#71041E (or 0x71041E) is known color: Burgundy. HEX triplet: 71, 04 and 1E. RGB value is (113,4,30). Sum of RGB (Red+Green+Blue) = 113+4+30=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #71041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71041E is #8EFBE1. Grayscale: #272727. Windows color (decimal): -9370594 or 1967217. OLE color: 1967217.
HSL color Cylindrical-coordinate representation of color #71041E: hue angle of 345.69º degrees, saturation: 0.93, 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 #71041E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 4 | 30 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.56 |
| HSL | 345.69º | 0.93% | 0.23% | - |
| HSV(B) | 345.69º | 0.96% | 0.44% | - |
| XYZ | 7.09 | 3.69 | 1.57 | - |
| YUV | 39.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 30 | 0 | 0.96 | 0.73 | 0.56 | 345.69 | 0.93 | 0.23 |
| Hex | 71 | 4 | 1E | 0 | 60 | 49 | 38 | 15A | 5D | 17 |
| Octal | 161 | 4 | 36 | 0 | 140 | 111 | 70 | 532 | 135 | 27 |
| Binary | 1110001 | 100 | 11110 | 0 | 1100000 | 1001001 | 111000 | 101011010 | 1011101 | 10111 |
Color Harmonies of #71041E
Complementary color
Monochromatic Colors of #71041E
Black with #71041E
Text Example
Text Example
White with #71041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71041E; }
p { color: rgb(113,4,30); }
H1.HeaderClassName
{
color: #71041E;
}
.AnyTagClassName
{
color: #71041E;
}
</style>
background-color css
<style>
a { background-color: #71041E; }
a { background-color: rgb(113,4,30); }
div.DivClassName
{
background-color: #71041E;
}
.BgClassName
{
background-color: #71041E;
}
</style>
border-color css
<style>
span { border-color: #71041E; }
span { border-color: rgb(113,4,30); }
td.TdClassName
{
border-color: #71041E;
}
.TagClassName
{
border-color: #71041E;
}
</style>