Shades of Burgundy #70091C
Tints of Burgundy #70091C
RGB
CMYK
RGB Variations
Color information
#70091C (or 0x70091C) is known color: Burgundy. HEX triplet: 70, 09 and 1C. RGB value is (112,9,28). Sum of RGB (Red+Green+Blue) = 112+9+28=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #70091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70091C is #8FF6E3. Grayscale: #292929. Windows color (decimal): -9434852 or 1837424. OLE color: 1837424.
HSL color Cylindrical-coordinate representation of color #70091C: hue angle of 348.93º 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 #70091C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 28 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.56 |
| HSL | 348.93º | 0.85% | 0.24% | - |
| HSV(B) | 348.93º | 0.92% | 0.44% | - |
| XYZ | 6.99 | 3.72 | 1.45 | - |
| YUV | 41.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 28 | 0 | 0.92 | 0.75 | 0.56 | 348.93 | 0.85 | 0.24 |
| Hex | 70 | 9 | 1C | 0 | 5C | 4B | 38 | 15D | 55 | 18 |
| Octal | 160 | 11 | 34 | 0 | 134 | 113 | 70 | 535 | 125 | 30 |
| Binary | 1110000 | 1001 | 11100 | 0 | 1011100 | 1001011 | 111000 | 101011101 | 1010101 | 11000 |
Color Harmonies of #70091C
Complementary color
Monochromatic Colors of #70091C
Black with #70091C
Text Example
Text Example
White with #70091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70091C; }
p { color: rgb(112,9,28); }
H1.HeaderClassName
{
color: #70091C;
}
.AnyTagClassName
{
color: #70091C;
}
</style>
background-color css
<style>
a { background-color: #70091C; }
a { background-color: rgb(112,9,28); }
div.DivClassName
{
background-color: #70091C;
}
.BgClassName
{
background-color: #70091C;
}
</style>
border-color css
<style>
span { border-color: #70091C; }
span { border-color: rgb(112,9,28); }
td.TdClassName
{
border-color: #70091C;
}
.TagClassName
{
border-color: #70091C;
}
</style>