Shades of Burgundy #71070D
Tints of Burgundy #71070D
RGB
CMYK
RGB Variations
Color information
#71070D (or 0x71070D) is known color: Burgundy. HEX triplet: 71, 07 and 0D. RGB value is (113,7,13). Sum of RGB (Red+Green+Blue) = 113+7+13=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #71070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71070D is #8EF8F2. Grayscale: #272727. Windows color (decimal): -9369843 or 853873. OLE color: 853873.
HSL color Cylindrical-coordinate representation of color #71070D: hue angle of 356.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71070D is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 13 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.56 |
| HSL | 356.6º | 0.88% | 0.24% | - |
| HSV(B) | 356.6º | 0.94% | 0.44% | - |
| XYZ | 6.96 | 3.69 | 0.73 | - |
| YUV | 39.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 13 | 0 | 0.94 | 0.88 | 0.56 | 356.6 | 0.88 | 0.24 |
| Hex | 71 | 7 | D | 0 | 5E | 58 | 38 | 165 | 58 | 18 |
| Octal | 161 | 7 | 15 | 0 | 136 | 130 | 70 | 545 | 130 | 30 |
| Binary | 1110001 | 111 | 1101 | 0 | 1011110 | 1011000 | 111000 | 101100101 | 1011000 | 11000 |
Color Harmonies of #71070D
Complementary color
Monochromatic Colors of #71070D
Black with #71070D
Text Example
Text Example
White with #71070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71070D; }
p { color: rgb(113,7,13); }
H1.HeaderClassName
{
color: #71070D;
}
.AnyTagClassName
{
color: #71070D;
}
</style>
background-color css
<style>
a { background-color: #71070D; }
a { background-color: rgb(113,7,13); }
div.DivClassName
{
background-color: #71070D;
}
.BgClassName
{
background-color: #71070D;
}
</style>
border-color css
<style>
span { border-color: #71070D; }
span { border-color: rgb(113,7,13); }
td.TdClassName
{
border-color: #71070D;
}
.TagClassName
{
border-color: #71070D;
}
</style>