Shades of Burgundy #70090F
Tints of Burgundy #70090F
RGB
CMYK
RGB Variations
Color information
#70090F (or 0x70090F) is known color: Burgundy. HEX triplet: 70, 09 and 0F. RGB value is (112,9,15). Sum of RGB (Red+Green+Blue) = 112+9+15=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #70090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70090F is #8FF6F0. Grayscale: #282828. Windows color (decimal): -9434865 or 985456. OLE color: 985456.
HSL color Cylindrical-coordinate representation of color #70090F: hue angle of 356.5º 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 #70090F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 15 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.56 |
| HSL | 356.5º | 0.85% | 0.24% | - |
| HSV(B) | 356.5º | 0.92% | 0.44% | - |
| XYZ | 6.87 | 3.67 | 0.8 | - |
| YUV | 40.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 15 | 0 | 0.92 | 0.87 | 0.56 | 356.5 | 0.85 | 0.24 |
| Hex | 70 | 9 | F | 0 | 5C | 57 | 38 | 165 | 55 | 18 |
| Octal | 160 | 11 | 17 | 0 | 134 | 127 | 70 | 545 | 125 | 30 |
| Binary | 1110000 | 1001 | 1111 | 0 | 1011100 | 1010111 | 111000 | 101100101 | 1010101 | 11000 |
Color Harmonies of #70090F
Complementary color
Monochromatic Colors of #70090F
Black with #70090F
Text Example
Text Example
White with #70090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70090F; }
p { color: rgb(112,9,15); }
H1.HeaderClassName
{
color: #70090F;
}
.AnyTagClassName
{
color: #70090F;
}
</style>
background-color css
<style>
a { background-color: #70090F; }
a { background-color: rgb(112,9,15); }
div.DivClassName
{
background-color: #70090F;
}
.BgClassName
{
background-color: #70090F;
}
</style>
border-color css
<style>
span { border-color: #70090F; }
span { border-color: rgb(112,9,15); }
td.TdClassName
{
border-color: #70090F;
}
.TagClassName
{
border-color: #70090F;
}
</style>