Shades of Burgundy #71081E
Tints of Burgundy #71081E
RGB
CMYK
RGB Variations
Color information
#71081E (or 0x71081E) is known color: Burgundy. HEX triplet: 71, 08 and 1E. RGB value is (113,8,30). Sum of RGB (Red+Green+Blue) = 113+8+30=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #71081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71081E is #8EF7E1. Grayscale: #292929. Windows color (decimal): -9369570 or 1968241. OLE color: 1968241.
HSL color Cylindrical-coordinate representation of color #71081E: hue angle of 347.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71081E is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 8 | 30 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.56 |
| HSL | 347.43º | 0.87% | 0.24% | - |
| HSV(B) | 347.43º | 0.93% | 0.44% | - |
| XYZ | 7.13 | 3.78 | 1.58 | - |
| YUV | 41.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 30 | 0 | 0.93 | 0.73 | 0.56 | 347.43 | 0.87 | 0.24 |
| Hex | 71 | 8 | 1E | 0 | 5D | 49 | 38 | 15B | 57 | 18 |
| Octal | 161 | 10 | 36 | 0 | 135 | 111 | 70 | 533 | 127 | 30 |
| Binary | 1110001 | 1000 | 11110 | 0 | 1011101 | 1001001 | 111000 | 101011011 | 1010111 | 11000 |
Color Harmonies of #71081E
Complementary color
Monochromatic Colors of #71081E
Black with #71081E
Text Example
Text Example
White with #71081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71081E; }
p { color: rgb(113,8,30); }
H1.HeaderClassName
{
color: #71081E;
}
.AnyTagClassName
{
color: #71081E;
}
</style>
background-color css
<style>
a { background-color: #71081E; }
a { background-color: rgb(113,8,30); }
div.DivClassName
{
background-color: #71081E;
}
.BgClassName
{
background-color: #71081E;
}
</style>
border-color css
<style>
span { border-color: #71081E; }
span { border-color: rgb(113,8,30); }
td.TdClassName
{
border-color: #71081E;
}
.TagClassName
{
border-color: #71081E;
}
</style>