Shades of Burgundy #70091E
Tints of Burgundy #70091E
RGB
CMYK
RGB Variations
Color information
#70091E (or 0x70091E) is known color: Burgundy. HEX triplet: 70, 09 and 1E. RGB value is (112,9,30). Sum of RGB (Red+Green+Blue) = 112+9+30=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #70091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70091E is #8FF6E1. Grayscale: #2A2A2A. Windows color (decimal): -9434850 or 1968496. OLE color: 1968496.
HSL color Cylindrical-coordinate representation of color #70091E: hue angle of 347.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70091E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 30 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.56 |
| HSL | 347.77º | 0.85% | 0.24% | - |
| HSV(B) | 347.77º | 0.92% | 0.44% | - |
| XYZ | 7.01 | 3.73 | 1.58 | - |
| YUV | 42.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 30 | 0 | 0.92 | 0.73 | 0.56 | 347.77 | 0.85 | 0.24 |
| Hex | 70 | 9 | 1E | 0 | 5C | 49 | 38 | 15C | 55 | 18 |
| Octal | 160 | 11 | 36 | 0 | 134 | 111 | 70 | 534 | 125 | 30 |
| Binary | 1110000 | 1001 | 11110 | 0 | 1011100 | 1001001 | 111000 | 101011100 | 1010101 | 11000 |
Color Harmonies of #70091E
Complementary color
Monochromatic Colors of #70091E
Black with #70091E
Text Example
Text Example
White with #70091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70091E; }
p { color: rgb(112,9,30); }
H1.HeaderClassName
{
color: #70091E;
}
.AnyTagClassName
{
color: #70091E;
}
</style>
background-color css
<style>
a { background-color: #70091E; }
a { background-color: rgb(112,9,30); }
div.DivClassName
{
background-color: #70091E;
}
.BgClassName
{
background-color: #70091E;
}
</style>
border-color css
<style>
span { border-color: #70091E; }
span { border-color: rgb(112,9,30); }
td.TdClassName
{
border-color: #70091E;
}
.TagClassName
{
border-color: #70091E;
}
</style>