Shades of Burgundy #70010E
Tints of Burgundy #70010E
RGB
CMYK
RGB Variations
Color information
#70010E (or 0x70010E) is known color: Burgundy. HEX triplet: 70, 01 and 0E. RGB value is (112,1,14). Sum of RGB (Red+Green+Blue) = 112+1+14=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70010E is #8FFEF1. Grayscale: #232323. Windows color (decimal): -9436914 or 917872. OLE color: 917872.
HSL color Cylindrical-coordinate representation of color #70010E: hue angle of 352.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70010E is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.56 |
| HSL | 352.97º | 0.98% | 0.22% | - |
| HSV(B) | 352.97º | 0.99% | 0.44% | - |
| XYZ | 6.77 | 3.5 | 0.73 | - |
| YUV | 35.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 14 | 0 | 0.99 | 0.88 | 0.56 | 352.97 | 0.98 | 0.22 |
| Hex | 70 | 1 | E | 0 | 63 | 58 | 38 | 161 | 62 | 16 |
| Octal | 160 | 1 | 16 | 0 | 143 | 130 | 70 | 541 | 142 | 26 |
| Binary | 1110000 | 1 | 1110 | 0 | 1100011 | 1011000 | 111000 | 101100001 | 1100010 | 10110 |
Color Harmonies of #70010E
Complementary color
Monochromatic Colors of #70010E
Black with #70010E
Text Example
Text Example
White with #70010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70010E; }
p { color: rgb(112,1,14); }
H1.HeaderClassName
{
color: #70010E;
}
.AnyTagClassName
{
color: #70010E;
}
</style>
background-color css
<style>
a { background-color: #70010E; }
a { background-color: rgb(112,1,14); }
div.DivClassName
{
background-color: #70010E;
}
.BgClassName
{
background-color: #70010E;
}
</style>
border-color css
<style>
span { border-color: #70010E; }
span { border-color: rgb(112,1,14); }
td.TdClassName
{
border-color: #70010E;
}
.TagClassName
{
border-color: #70010E;
}
</style>