Shades of Burgundy #71050B
Tints of Burgundy #71050B
RGB
CMYK
RGB Variations
Color information
#71050B (or 0x71050B) is known color: Burgundy. HEX triplet: 71, 05 and 0B. RGB value is (113,5,11). Sum of RGB (Red+Green+Blue) = 113+5+11=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #71050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71050B is #8EFAF4. Grayscale: #262626. Windows color (decimal): -9370357 or 722289. OLE color: 722289.
HSL color Cylindrical-coordinate representation of color #71050B: hue angle of 356.67º 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 #71050B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.56 |
| HSL | 356.67º | 0.92% | 0.23% | - |
| HSV(B) | 356.67º | 0.96% | 0.44% | - |
| XYZ | 6.92 | 3.64 | 0.65 | - |
| YUV | 37.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 11 | 0 | 0.96 | 0.90 | 0.56 | 356.67 | 0.92 | 0.23 |
| Hex | 71 | 5 | B | 0 | 60 | 5A | 38 | 165 | 5C | 17 |
| Octal | 161 | 5 | 13 | 0 | 140 | 132 | 70 | 545 | 134 | 27 |
| Binary | 1110001 | 101 | 1011 | 0 | 1100000 | 1011010 | 111000 | 101100101 | 1011100 | 10111 |
Color Harmonies of #71050B
Complementary color
Monochromatic Colors of #71050B
Black with #71050B
Text Example
Text Example
White with #71050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71050B; }
p { color: rgb(113,5,11); }
H1.HeaderClassName
{
color: #71050B;
}
.AnyTagClassName
{
color: #71050B;
}
</style>
background-color css
<style>
a { background-color: #71050B; }
a { background-color: rgb(113,5,11); }
div.DivClassName
{
background-color: #71050B;
}
.BgClassName
{
background-color: #71050B;
}
</style>
border-color css
<style>
span { border-color: #71050B; }
span { border-color: rgb(113,5,11); }
td.TdClassName
{
border-color: #71050B;
}
.TagClassName
{
border-color: #71050B;
}
</style>