Shades of Burgundy #71040C
Tints of Burgundy #71040C
RGB
CMYK
RGB Variations
Color information
#71040C (or 0x71040C) is known color: Burgundy. HEX triplet: 71, 04 and 0C. RGB value is (113,4,12). Sum of RGB (Red+Green+Blue) = 113+4+12=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #71040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71040C is #8EFBF3. Grayscale: #252525. Windows color (decimal): -9370612 or 787569. OLE color: 787569.
HSL color Cylindrical-coordinate representation of color #71040C: hue angle of 355.6º degrees, saturation: 0.93, 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 #71040C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 4 | 12 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.56 |
| HSL | 355.6º | 0.93% | 0.23% | - |
| HSV(B) | 355.6º | 0.96% | 0.44% | - |
| XYZ | 6.92 | 3.62 | 0.68 | - |
| YUV | 37.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 12 | 0 | 0.96 | 0.89 | 0.56 | 355.6 | 0.93 | 0.23 |
| Hex | 71 | 4 | C | 0 | 60 | 59 | 38 | 164 | 5D | 17 |
| Octal | 161 | 4 | 14 | 0 | 140 | 131 | 70 | 544 | 135 | 27 |
| Binary | 1110001 | 100 | 1100 | 0 | 1100000 | 1011001 | 111000 | 101100100 | 1011101 | 10111 |
Color Harmonies of #71040C
Complementary color
Monochromatic Colors of #71040C
Black with #71040C
Text Example
Text Example
White with #71040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71040C; }
p { color: rgb(113,4,12); }
H1.HeaderClassName
{
color: #71040C;
}
.AnyTagClassName
{
color: #71040C;
}
</style>
background-color css
<style>
a { background-color: #71040C; }
a { background-color: rgb(113,4,12); }
div.DivClassName
{
background-color: #71040C;
}
.BgClassName
{
background-color: #71040C;
}
</style>
border-color css
<style>
span { border-color: #71040C; }
span { border-color: rgb(113,4,12); }
td.TdClassName
{
border-color: #71040C;
}
.TagClassName
{
border-color: #71040C;
}
</style>