Shades of Burgundy #70041E
Tints of Burgundy #70041E
RGB
CMYK
RGB Variations
Color information
#70041E (or 0x70041E) is known color: Burgundy. HEX triplet: 70, 04 and 1E. RGB value is (112,4,30). Sum of RGB (Red+Green+Blue) = 112+4+30=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041E is #8FFBE1. Grayscale: #272727. Windows color (decimal): -9436130 or 1967216. OLE color: 1967216.
HSL color Cylindrical-coordinate representation of color #70041E: hue angle of 345.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70041E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 30 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.56 |
| HSL | 345.56º | 0.93% | 0.23% | - |
| HSV(B) | 345.56º | 0.96% | 0.44% | - |
| XYZ | 6.96 | 3.63 | 1.56 | - |
| YUV | 39.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 30 | 0 | 0.96 | 0.73 | 0.56 | 345.56 | 0.93 | 0.23 |
| Hex | 70 | 4 | 1E | 0 | 60 | 49 | 38 | 15A | 5D | 17 |
| Octal | 160 | 4 | 36 | 0 | 140 | 111 | 70 | 532 | 135 | 27 |
| Binary | 1110000 | 100 | 11110 | 0 | 1100000 | 1001001 | 111000 | 101011010 | 1011101 | 10111 |
Color Harmonies of #70041E
Complementary color
Monochromatic Colors of #70041E
Black with #70041E
Text Example
Text Example
White with #70041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70041E; }
p { color: rgb(112,4,30); }
H1.HeaderClassName
{
color: #70041E;
}
.AnyTagClassName
{
color: #70041E;
}
</style>
background-color css
<style>
a { background-color: #70041E; }
a { background-color: rgb(112,4,30); }
div.DivClassName
{
background-color: #70041E;
}
.BgClassName
{
background-color: #70041E;
}
</style>
border-color css
<style>
span { border-color: #70041E; }
span { border-color: rgb(112,4,30); }
td.TdClassName
{
border-color: #70041E;
}
.TagClassName
{
border-color: #70041E;
}
</style>