Shades of Burgundy #71071E
Tints of Burgundy #71071E
RGB
CMYK
RGB Variations
Color information
#71071E (or 0x71071E) is known color: Burgundy. HEX triplet: 71, 07 and 1E. RGB value is (113,7,30). Sum of RGB (Red+Green+Blue) = 113+7+30=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71071E is #8EF8E1. Grayscale: #292929. Windows color (decimal): -9369826 or 1967985. OLE color: 1967985.
HSL color Cylindrical-coordinate representation of color #71071E: hue angle of 346.98º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71071E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 30 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.56 |
| HSL | 346.98º | 0.88% | 0.24% | - |
| HSV(B) | 346.98º | 0.94% | 0.44% | - |
| XYZ | 7.12 | 3.76 | 1.58 | - |
| YUV | 41.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 30 | 0 | 0.94 | 0.73 | 0.56 | 346.98 | 0.88 | 0.24 |
| Hex | 71 | 7 | 1E | 0 | 5E | 49 | 38 | 15B | 58 | 18 |
| Octal | 161 | 7 | 36 | 0 | 136 | 111 | 70 | 533 | 130 | 30 |
| Binary | 1110001 | 111 | 11110 | 0 | 1011110 | 1001001 | 111000 | 101011011 | 1011000 | 11000 |
Color Harmonies of #71071E
Complementary color
Monochromatic Colors of #71071E
Black with #71071E
Text Example
Text Example
White with #71071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71071E; }
p { color: rgb(113,7,30); }
H1.HeaderClassName
{
color: #71071E;
}
.AnyTagClassName
{
color: #71071E;
}
</style>
background-color css
<style>
a { background-color: #71071E; }
a { background-color: rgb(113,7,30); }
div.DivClassName
{
background-color: #71071E;
}
.BgClassName
{
background-color: #71071E;
}
</style>
border-color css
<style>
span { border-color: #71071E; }
span { border-color: rgb(113,7,30); }
td.TdClassName
{
border-color: #71071E;
}
.TagClassName
{
border-color: #71071E;
}
</style>