Shades of Burgundy #71051E
Tints of Burgundy #71051E
RGB
CMYK
RGB Variations
Color information
#71051E (or 0x71051E) is known color: Burgundy. HEX triplet: 71, 05 and 1E. RGB value is (113,5,30). Sum of RGB (Red+Green+Blue) = 113+5+30=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71051E is #8EFAE1. Grayscale: #282828. Windows color (decimal): -9370338 or 1967473. OLE color: 1967473.
HSL color Cylindrical-coordinate representation of color #71051E: hue angle of 346.11º 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 #71051E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.56 |
| HSL | 346.11º | 0.92% | 0.23% | - |
| HSV(B) | 346.11º | 0.96% | 0.44% | - |
| XYZ | 7.1 | 3.71 | 1.57 | - |
| YUV | 40.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 30 | 0 | 0.96 | 0.73 | 0.56 | 346.11 | 0.92 | 0.23 |
| Hex | 71 | 5 | 1E | 0 | 60 | 49 | 38 | 15A | 5C | 17 |
| Octal | 161 | 5 | 36 | 0 | 140 | 111 | 70 | 532 | 134 | 27 |
| Binary | 1110001 | 101 | 11110 | 0 | 1100000 | 1001001 | 111000 | 101011010 | 1011100 | 10111 |
Color Harmonies of #71051E
Complementary color
Monochromatic Colors of #71051E
Black with #71051E
Text Example
Text Example
White with #71051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71051E; }
p { color: rgb(113,5,30); }
H1.HeaderClassName
{
color: #71051E;
}
.AnyTagClassName
{
color: #71051E;
}
</style>
background-color css
<style>
a { background-color: #71051E; }
a { background-color: rgb(113,5,30); }
div.DivClassName
{
background-color: #71051E;
}
.BgClassName
{
background-color: #71051E;
}
</style>
border-color css
<style>
span { border-color: #71051E; }
span { border-color: rgb(113,5,30); }
td.TdClassName
{
border-color: #71051E;
}
.TagClassName
{
border-color: #71051E;
}
</style>