Shades of Burgundy #71040B
Tints of Burgundy #71040B
RGB
CMYK
RGB Variations
Color information
#71040B (or 0x71040B) is known color: Burgundy. HEX triplet: 71, 04 and 0B. RGB value is (113,4,11). Sum of RGB (Red+Green+Blue) = 113+4+11=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #71040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71040B is #8EFBF4. Grayscale: #252525. Windows color (decimal): -9370613 or 722033. OLE color: 722033.
HSL color Cylindrical-coordinate representation of color #71040B: hue angle of 356.15º 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 #71040B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.56 |
| HSL | 356.15º | 0.93% | 0.23% | - |
| HSV(B) | 356.15º | 0.96% | 0.44% | - |
| XYZ | 6.91 | 3.62 | 0.65 | - |
| YUV | 37.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 11 | 0 | 0.96 | 0.90 | 0.56 | 356.15 | 0.93 | 0.23 |
| Hex | 71 | 4 | B | 0 | 60 | 5A | 38 | 164 | 5D | 17 |
| Octal | 161 | 4 | 13 | 0 | 140 | 132 | 70 | 544 | 135 | 27 |
| Binary | 1110001 | 100 | 1011 | 0 | 1100000 | 1011010 | 111000 | 101100100 | 1011101 | 10111 |
Color Harmonies of #71040B
Complementary color
Monochromatic Colors of #71040B
Black with #71040B
Text Example
Text Example
White with #71040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71040B; }
p { color: rgb(113,4,11); }
H1.HeaderClassName
{
color: #71040B;
}
.AnyTagClassName
{
color: #71040B;
}
</style>
background-color css
<style>
a { background-color: #71040B; }
a { background-color: rgb(113,4,11); }
div.DivClassName
{
background-color: #71040B;
}
.BgClassName
{
background-color: #71040B;
}
</style>
border-color css
<style>
span { border-color: #71040B; }
span { border-color: rgb(113,4,11); }
td.TdClassName
{
border-color: #71040B;
}
.TagClassName
{
border-color: #71040B;
}
</style>