Shades of Burgundy #70090E
Tints of Burgundy #70090E
RGB
CMYK
RGB Variations
Color information
#70090E (or 0x70090E) is known color: Burgundy. HEX triplet: 70, 09 and 0E. RGB value is (112,9,14). Sum of RGB (Red+Green+Blue) = 112+9+14=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #70090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70090E is #8FF6F1. Grayscale: #282828. Windows color (decimal): -9434866 or 919920. OLE color: 919920.
HSL color Cylindrical-coordinate representation of color #70090E: hue angle of 357.09º 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 #70090E is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 14 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.56 |
| HSL | 357.09º | 0.85% | 0.24% | - |
| HSV(B) | 357.09º | 0.92% | 0.44% | - |
| XYZ | 6.86 | 3.67 | 0.76 | - |
| YUV | 40.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 14 | 0 | 0.92 | 0.88 | 0.56 | 357.09 | 0.85 | 0.24 |
| Hex | 70 | 9 | E | 0 | 5C | 58 | 38 | 165 | 55 | 18 |
| Octal | 160 | 11 | 16 | 0 | 134 | 130 | 70 | 545 | 125 | 30 |
| Binary | 1110000 | 1001 | 1110 | 0 | 1011100 | 1011000 | 111000 | 101100101 | 1010101 | 11000 |
Color Harmonies of #70090E
Complementary color
Monochromatic Colors of #70090E
Black with #70090E
Text Example
Text Example
White with #70090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70090E; }
p { color: rgb(112,9,14); }
H1.HeaderClassName
{
color: #70090E;
}
.AnyTagClassName
{
color: #70090E;
}
</style>
background-color css
<style>
a { background-color: #70090E; }
a { background-color: rgb(112,9,14); }
div.DivClassName
{
background-color: #70090E;
}
.BgClassName
{
background-color: #70090E;
}
</style>
border-color css
<style>
span { border-color: #70090E; }
span { border-color: rgb(112,9,14); }
td.TdClassName
{
border-color: #70090E;
}
.TagClassName
{
border-color: #70090E;
}
</style>