Shades of Burgundy #70090B
Tints of Burgundy #70090B
RGB
CMYK
RGB Variations
Color information
#70090B (or 0x70090B) is known color: Burgundy. HEX triplet: 70, 09 and 0B. RGB value is (112,9,11). Sum of RGB (Red+Green+Blue) = 112+9+11=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #70090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70090B is #8FF6F4. Grayscale: #282828. Windows color (decimal): -9434869 or 723312. OLE color: 723312.
HSL color Cylindrical-coordinate representation of color #70090B: hue angle of 358.83º 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 #70090B is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 11 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.56 |
| HSL | 358.84º | 0.85% | 0.24% | - |
| HSV(B) | 358.84º | 0.92% | 0.44% | - |
| XYZ | 6.84 | 3.66 | 0.66 | - |
| YUV | 40.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 11 | 0 | 0.92 | 0.90 | 0.56 | 358.84 | 0.85 | 0.24 |
| Hex | 70 | 9 | B | 0 | 5C | 5A | 38 | 167 | 55 | 18 |
| Octal | 160 | 11 | 13 | 0 | 134 | 132 | 70 | 547 | 125 | 30 |
| Binary | 1110000 | 1001 | 1011 | 0 | 1011100 | 1011010 | 111000 | 101100111 | 1010101 | 11000 |
Color Harmonies of #70090B
Complementary color
Monochromatic Colors of #70090B
Black with #70090B
Text Example
Text Example
White with #70090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70090B; }
p { color: rgb(112,9,11); }
H1.HeaderClassName
{
color: #70090B;
}
.AnyTagClassName
{
color: #70090B;
}
</style>
background-color css
<style>
a { background-color: #70090B; }
a { background-color: rgb(112,9,11); }
div.DivClassName
{
background-color: #70090B;
}
.BgClassName
{
background-color: #70090B;
}
</style>
border-color css
<style>
span { border-color: #70090B; }
span { border-color: rgb(112,9,11); }
td.TdClassName
{
border-color: #70090B;
}
.TagClassName
{
border-color: #70090B;
}
</style>