Shades of Burgundy #71051C
Tints of Burgundy #71051C
RGB
CMYK
RGB Variations
Color information
#71051C (or 0x71051C) is known color: Burgundy. HEX triplet: 71, 05 and 1C. RGB value is (113,5,28). Sum of RGB (Red+Green+Blue) = 113+5+28=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71051C is #8EFAE3. Grayscale: #272727. Windows color (decimal): -9370340 or 1836401. OLE color: 1836401.
HSL color Cylindrical-coordinate representation of color #71051C: hue angle of 347.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 #71051C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 5 | 28 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.56 |
| HSL | 347.22º | 0.92% | 0.23% | - |
| HSV(B) | 347.22º | 0.96% | 0.44% | - |
| XYZ | 7.07 | 3.7 | 1.44 | - |
| YUV | 39.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 28 | 0 | 0.96 | 0.75 | 0.56 | 347.22 | 0.92 | 0.23 |
| Hex | 71 | 5 | 1C | 0 | 60 | 4B | 38 | 15B | 5C | 17 |
| Octal | 161 | 5 | 34 | 0 | 140 | 113 | 70 | 533 | 134 | 27 |
| Binary | 1110001 | 101 | 11100 | 0 | 1100000 | 1001011 | 111000 | 101011011 | 1011100 | 10111 |
Color Harmonies of #71051C
Complementary color
Monochromatic Colors of #71051C
Black with #71051C
Text Example
Text Example
White with #71051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71051C; }
p { color: rgb(113,5,28); }
H1.HeaderClassName
{
color: #71051C;
}
.AnyTagClassName
{
color: #71051C;
}
</style>
background-color css
<style>
a { background-color: #71051C; }
a { background-color: rgb(113,5,28); }
div.DivClassName
{
background-color: #71051C;
}
.BgClassName
{
background-color: #71051C;
}
</style>
border-color css
<style>
span { border-color: #71051C; }
span { border-color: rgb(113,5,28); }
td.TdClassName
{
border-color: #71051C;
}
.TagClassName
{
border-color: #71051C;
}
</style>