Shades of Burgundy #71051D
Tints of Burgundy #71051D
RGB
CMYK
RGB Variations
Color information
#71051D (or 0x71051D) is known color: Burgundy. HEX triplet: 71, 05 and 1D. RGB value is (113,5,29). Sum of RGB (Red+Green+Blue) = 113+5+29=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #71051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71051D is #8EFAE2. Grayscale: #282828. Windows color (decimal): -9370339 or 1901937. OLE color: 1901937.
HSL color Cylindrical-coordinate representation of color #71051D: hue angle of 346.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 #71051D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 29 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.56 |
| HSL | 346.67º | 0.92% | 0.23% | - |
| HSV(B) | 346.67º | 0.96% | 0.44% | - |
| XYZ | 7.09 | 3.71 | 1.5 | - |
| YUV | 40.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 29 | 0 | 0.96 | 0.74 | 0.56 | 346.67 | 0.92 | 0.23 |
| Hex | 71 | 5 | 1D | 0 | 60 | 4A | 38 | 15B | 5C | 17 |
| Octal | 161 | 5 | 35 | 0 | 140 | 112 | 70 | 533 | 134 | 27 |
| Binary | 1110001 | 101 | 11101 | 0 | 1100000 | 1001010 | 111000 | 101011011 | 1011100 | 10111 |
Color Harmonies of #71051D
Complementary color
Monochromatic Colors of #71051D
Black with #71051D
Text Example
Text Example
White with #71051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71051D; }
p { color: rgb(113,5,29); }
H1.HeaderClassName
{
color: #71051D;
}
.AnyTagClassName
{
color: #71051D;
}
</style>
background-color css
<style>
a { background-color: #71051D; }
a { background-color: rgb(113,5,29); }
div.DivClassName
{
background-color: #71051D;
}
.BgClassName
{
background-color: #71051D;
}
</style>
border-color css
<style>
span { border-color: #71051D; }
span { border-color: rgb(113,5,29); }
td.TdClassName
{
border-color: #71051D;
}
.TagClassName
{
border-color: #71051D;
}
</style>