Shades of Burgundy #70092A
Tints of Burgundy #70092A
RGB
CMYK
RGB Variations
Color information
#70092A (or 0x70092A) is known color: Burgundy. HEX triplet: 70, 09 and 2A. RGB value is (112,9,42). Sum of RGB (Red+Green+Blue) = 112+9+42=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70092A is #8FF6D5. Grayscale: #2B2B2B. Windows color (decimal): -9434838 or 2754928. OLE color: 2754928.
HSL color Cylindrical-coordinate representation of color #70092A: hue angle of 340.78º 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 #70092A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 42 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.56 |
| HSL | 340.78º | 0.85% | 0.24% | - |
| HSV(B) | 340.78º | 0.92% | 0.44% | - |
| XYZ | 7.2 | 3.81 | 2.55 | - |
| YUV | 43.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 42 | 0 | 0.92 | 0.62 | 0.56 | 340.78 | 0.85 | 0.24 |
| Hex | 70 | 9 | 2A | 0 | 5C | 3E | 38 | 155 | 55 | 18 |
| Octal | 160 | 11 | 52 | 0 | 134 | 76 | 70 | 525 | 125 | 30 |
| Binary | 1110000 | 1001 | 101010 | 0 | 1011100 | 111110 | 111000 | 101010101 | 1010101 | 11000 |
Color Harmonies of #70092A
Complementary color
Monochromatic Colors of #70092A
Black with #70092A
Text Example
Text Example
White with #70092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70092A; }
p { color: rgb(112,9,42); }
H1.HeaderClassName
{
color: #70092A;
}
.AnyTagClassName
{
color: #70092A;
}
</style>
background-color css
<style>
a { background-color: #70092A; }
a { background-color: rgb(112,9,42); }
div.DivClassName
{
background-color: #70092A;
}
.BgClassName
{
background-color: #70092A;
}
</style>
border-color css
<style>
span { border-color: #70092A; }
span { border-color: rgb(112,9,42); }
td.TdClassName
{
border-color: #70092A;
}
.TagClassName
{
border-color: #70092A;
}
</style>