Shades of Burgundy #71050D
Tints of Burgundy #71050D
RGB
CMYK
RGB Variations
Color information
#71050D (or 0x71050D) is known color: Burgundy. HEX triplet: 71, 05 and 0D. RGB value is (113,5,13). Sum of RGB (Red+Green+Blue) = 113+5+13=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #71050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71050D is #8EFAF2. Grayscale: #262626. Windows color (decimal): -9370355 or 853361. OLE color: 853361.
HSL color Cylindrical-coordinate representation of color #71050D: hue angle of 355.56º 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 #71050D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 13 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.56 |
| HSL | 355.56º | 0.92% | 0.23% | - |
| HSV(B) | 355.56º | 0.96% | 0.44% | - |
| XYZ | 6.94 | 3.65 | 0.72 | - |
| YUV | 38.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 13 | 0 | 0.96 | 0.88 | 0.56 | 355.56 | 0.92 | 0.23 |
| Hex | 71 | 5 | D | 0 | 60 | 58 | 38 | 164 | 5C | 17 |
| Octal | 161 | 5 | 15 | 0 | 140 | 130 | 70 | 544 | 134 | 27 |
| Binary | 1110001 | 101 | 1101 | 0 | 1100000 | 1011000 | 111000 | 101100100 | 1011100 | 10111 |
Color Harmonies of #71050D
Complementary color
Monochromatic Colors of #71050D
Black with #71050D
Text Example
Text Example
White with #71050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71050D; }
p { color: rgb(113,5,13); }
H1.HeaderClassName
{
color: #71050D;
}
.AnyTagClassName
{
color: #71050D;
}
</style>
background-color css
<style>
a { background-color: #71050D; }
a { background-color: rgb(113,5,13); }
div.DivClassName
{
background-color: #71050D;
}
.BgClassName
{
background-color: #71050D;
}
</style>
border-color css
<style>
span { border-color: #71050D; }
span { border-color: rgb(113,5,13); }
td.TdClassName
{
border-color: #71050D;
}
.TagClassName
{
border-color: #71050D;
}
</style>