Shades of Burgundy #71060B
Tints of Burgundy #71060B
RGB
CMYK
RGB Variations
Color information
#71060B (or 0x71060B) is known color: Burgundy. HEX triplet: 71, 06 and 0B. RGB value is (113,6,11). Sum of RGB (Red+Green+Blue) = 113+6+11=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #71060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71060B is #8EF9F4. Grayscale: #262626. Windows color (decimal): -9370101 or 722545. OLE color: 722545.
HSL color Cylindrical-coordinate representation of color #71060B: hue angle of 357.2º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71060B is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 11 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.56 |
| HSL | 357.2º | 0.9% | 0.23% | - |
| HSV(B) | 357.2º | 0.95% | 0.44% | - |
| XYZ | 6.94 | 3.67 | 0.66 | - |
| YUV | 38.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 11 | 0 | 0.95 | 0.90 | 0.56 | 357.2 | 0.9 | 0.23 |
| Hex | 71 | 6 | B | 0 | 5F | 5A | 38 | 165 | 5A | 17 |
| Octal | 161 | 6 | 13 | 0 | 137 | 132 | 70 | 545 | 132 | 27 |
| Binary | 1110001 | 110 | 1011 | 0 | 1011111 | 1011010 | 111000 | 101100101 | 1011010 | 10111 |
Color Harmonies of #71060B
Complementary color
Monochromatic Colors of #71060B
Black with #71060B
Text Example
Text Example
White with #71060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71060B; }
p { color: rgb(113,6,11); }
H1.HeaderClassName
{
color: #71060B;
}
.AnyTagClassName
{
color: #71060B;
}
</style>
background-color css
<style>
a { background-color: #71060B; }
a { background-color: rgb(113,6,11); }
div.DivClassName
{
background-color: #71060B;
}
.BgClassName
{
background-color: #71060B;
}
</style>
border-color css
<style>
span { border-color: #71060B; }
span { border-color: rgb(113,6,11); }
td.TdClassName
{
border-color: #71060B;
}
.TagClassName
{
border-color: #71060B;
}
</style>