Shades of Burgundy #71081F
Tints of Burgundy #71081F
RGB
CMYK
RGB Variations
Color information
#71081F (or 0x71081F) is known color: Burgundy. HEX triplet: 71, 08 and 1F. RGB value is (113,8,31). Sum of RGB (Red+Green+Blue) = 113+8+31=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #71081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71081F is #8EF7E0. Grayscale: #2A2A2A. Windows color (decimal): -9369569 or 2033777. OLE color: 2033777.
HSL color Cylindrical-coordinate representation of color #71081F: hue angle of 346.86º 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 #71081F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 8 | 31 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.56 |
| HSL | 346.86º | 0.87% | 0.24% | - |
| HSV(B) | 346.86º | 0.93% | 0.44% | - |
| XYZ | 7.14 | 3.78 | 1.65 | - |
| YUV | 42.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 31 | 0 | 0.93 | 0.73 | 0.56 | 346.86 | 0.87 | 0.24 |
| Hex | 71 | 8 | 1F | 0 | 5D | 49 | 38 | 15B | 57 | 18 |
| Octal | 161 | 10 | 37 | 0 | 135 | 111 | 70 | 533 | 127 | 30 |
| Binary | 1110001 | 1000 | 11111 | 0 | 1011101 | 1001001 | 111000 | 101011011 | 1010111 | 11000 |
Color Harmonies of #71081F
Complementary color
Monochromatic Colors of #71081F
Black with #71081F
Text Example
Text Example
White with #71081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71081F; }
p { color: rgb(113,8,31); }
H1.HeaderClassName
{
color: #71081F;
}
.AnyTagClassName
{
color: #71081F;
}
</style>
background-color css
<style>
a { background-color: #71081F; }
a { background-color: rgb(113,8,31); }
div.DivClassName
{
background-color: #71081F;
}
.BgClassName
{
background-color: #71081F;
}
</style>
border-color css
<style>
span { border-color: #71081F; }
span { border-color: rgb(113,8,31); }
td.TdClassName
{
border-color: #71081F;
}
.TagClassName
{
border-color: #71081F;
}
</style>