Shades of Burgundy #71071A
Tints of Burgundy #71071A
RGB
CMYK
RGB Variations
Color information
#71071A (or 0x71071A) is known color: Burgundy. HEX triplet: 71, 07 and 1A. RGB value is (113,7,26). Sum of RGB (Red+Green+Blue) = 113+7+26=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71071A is #8EF8E5. Grayscale: #282828. Windows color (decimal): -9369830 or 1705841. OLE color: 1705841.
HSL color Cylindrical-coordinate representation of color #71071A: hue angle of 349.25º 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 #71071A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 26 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.56 |
| HSL | 349.25º | 0.88% | 0.24% | - |
| HSV(B) | 349.25º | 0.94% | 0.44% | - |
| XYZ | 7.07 | 3.74 | 1.33 | - |
| YUV | 40.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 26 | 0 | 0.94 | 0.77 | 0.56 | 349.25 | 0.88 | 0.24 |
| Hex | 71 | 7 | 1A | 0 | 5E | 4D | 38 | 15D | 58 | 18 |
| Octal | 161 | 7 | 32 | 0 | 136 | 115 | 70 | 535 | 130 | 30 |
| Binary | 1110001 | 111 | 11010 | 0 | 1011110 | 1001101 | 111000 | 101011101 | 1011000 | 11000 |
Color Harmonies of #71071A
Complementary color
Monochromatic Colors of #71071A
Black with #71071A
Text Example
Text Example
White with #71071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71071A; }
p { color: rgb(113,7,26); }
H1.HeaderClassName
{
color: #71071A;
}
.AnyTagClassName
{
color: #71071A;
}
</style>
background-color css
<style>
a { background-color: #71071A; }
a { background-color: rgb(113,7,26); }
div.DivClassName
{
background-color: #71071A;
}
.BgClassName
{
background-color: #71071A;
}
</style>
border-color css
<style>
span { border-color: #71071A; }
span { border-color: rgb(113,7,26); }
td.TdClassName
{
border-color: #71071A;
}
.TagClassName
{
border-color: #71071A;
}
</style>