Shades of Burgundy #70092D
Tints of Burgundy #70092D
RGB
CMYK
RGB Variations
Color information
#70092D (or 0x70092D) is known color: Burgundy. HEX triplet: 70, 09 and 2D. RGB value is (112,9,45). Sum of RGB (Red+Green+Blue) = 112+9+45=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #70092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70092D is #8FF6D2. Grayscale: #2B2B2B. Windows color (decimal): -9434835 or 2951536. OLE color: 2951536.
HSL color Cylindrical-coordinate representation of color #70092D: hue angle of 339.03º 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 #70092D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 45 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.56 |
| HSL | 339.03º | 0.85% | 0.24% | - |
| HSV(B) | 339.03º | 0.92% | 0.44% | - |
| XYZ | 7.25 | 3.83 | 2.84 | - |
| YUV | 43.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 45 | 0 | 0.92 | 0.60 | 0.56 | 339.03 | 0.85 | 0.24 |
| Hex | 70 | 9 | 2D | 0 | 5C | 3C | 38 | 153 | 55 | 18 |
| Octal | 160 | 11 | 55 | 0 | 134 | 74 | 70 | 523 | 125 | 30 |
| Binary | 1110000 | 1001 | 101101 | 0 | 1011100 | 111100 | 111000 | 101010011 | 1010101 | 11000 |
Color Harmonies of #70092D
Complementary color
Monochromatic Colors of #70092D
Black with #70092D
Text Example
Text Example
White with #70092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70092D; }
p { color: rgb(112,9,45); }
H1.HeaderClassName
{
color: #70092D;
}
.AnyTagClassName
{
color: #70092D;
}
</style>
background-color css
<style>
a { background-color: #70092D; }
a { background-color: rgb(112,9,45); }
div.DivClassName
{
background-color: #70092D;
}
.BgClassName
{
background-color: #70092D;
}
</style>
border-color css
<style>
span { border-color: #70092D; }
span { border-color: rgb(112,9,45); }
td.TdClassName
{
border-color: #70092D;
}
.TagClassName
{
border-color: #70092D;
}
</style>