Shades of Burgundy #71050A
Tints of Burgundy #71050A
RGB
CMYK
RGB Variations
Color information
#71050A (or 0x71050A) is known color: Burgundy. HEX triplet: 71, 05 and 0A. RGB value is (113,5,10). Sum of RGB (Red+Green+Blue) = 113+5+10=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #71050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71050A is #8EFAF5. Grayscale: #252525. Windows color (decimal): -9370358 or 656753. OLE color: 656753.
HSL color Cylindrical-coordinate representation of color #71050A: hue angle of 357.22º 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 #71050A is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 10 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.56 |
| HSL | 357.22º | 0.92% | 0.23% | - |
| HSV(B) | 357.22º | 0.96% | 0.44% | - |
| XYZ | 6.92 | 3.64 | 0.63 | - |
| YUV | 37.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 10 | 0 | 0.96 | 0.91 | 0.56 | 357.22 | 0.92 | 0.23 |
| Hex | 71 | 5 | A | 0 | 60 | 5B | 38 | 165 | 5C | 17 |
| Octal | 161 | 5 | 12 | 0 | 140 | 133 | 70 | 545 | 134 | 27 |
| Binary | 1110001 | 101 | 1010 | 0 | 1100000 | 1011011 | 111000 | 101100101 | 1011100 | 10111 |
Color Harmonies of #71050A
Complementary color
Monochromatic Colors of #71050A
Black with #71050A
Text Example
Text Example
White with #71050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71050A; }
p { color: rgb(113,5,10); }
H1.HeaderClassName
{
color: #71050A;
}
.AnyTagClassName
{
color: #71050A;
}
</style>
background-color css
<style>
a { background-color: #71050A; }
a { background-color: rgb(113,5,10); }
div.DivClassName
{
background-color: #71050A;
}
.BgClassName
{
background-color: #71050A;
}
</style>
border-color css
<style>
span { border-color: #71050A; }
span { border-color: rgb(113,5,10); }
td.TdClassName
{
border-color: #71050A;
}
.TagClassName
{
border-color: #71050A;
}
</style>