Shades of Burgundy #70091B
Tints of Burgundy #70091B
RGB
CMYK
RGB Variations
Color information
#70091B (or 0x70091B) is known color: Burgundy. HEX triplet: 70, 09 and 1B. RGB value is (112,9,27). Sum of RGB (Red+Green+Blue) = 112+9+27=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #70091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70091B is #8FF6E4. Grayscale: #292929. Windows color (decimal): -9434853 or 1771888. OLE color: 1771888.
HSL color Cylindrical-coordinate representation of color #70091B: hue angle of 349.51º 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 #70091B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 27 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.56 |
| HSL | 349.51º | 0.85% | 0.24% | - |
| HSV(B) | 349.51º | 0.92% | 0.44% | - |
| XYZ | 6.98 | 3.72 | 1.39 | - |
| YUV | 41.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 27 | 0 | 0.92 | 0.76 | 0.56 | 349.51 | 0.85 | 0.24 |
| Hex | 70 | 9 | 1B | 0 | 5C | 4C | 38 | 15E | 55 | 18 |
| Octal | 160 | 11 | 33 | 0 | 134 | 114 | 70 | 536 | 125 | 30 |
| Binary | 1110000 | 1001 | 11011 | 0 | 1011100 | 1001100 | 111000 | 101011110 | 1010101 | 11000 |
Color Harmonies of #70091B
Complementary color
Monochromatic Colors of #70091B
Black with #70091B
Text Example
Text Example
White with #70091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70091B; }
p { color: rgb(112,9,27); }
H1.HeaderClassName
{
color: #70091B;
}
.AnyTagClassName
{
color: #70091B;
}
</style>
background-color css
<style>
a { background-color: #70091B; }
a { background-color: rgb(112,9,27); }
div.DivClassName
{
background-color: #70091B;
}
.BgClassName
{
background-color: #70091B;
}
</style>
border-color css
<style>
span { border-color: #70091B; }
span { border-color: rgb(112,9,27); }
td.TdClassName
{
border-color: #70091B;
}
.TagClassName
{
border-color: #70091B;
}
</style>