Shades of Burgundy #70071E
Tints of Burgundy #70071E
RGB
CMYK
RGB Variations
Color information
#70071E (or 0x70071E) is known color: Burgundy. HEX triplet: 70, 07 and 1E. RGB value is (112,7,30). Sum of RGB (Red+Green+Blue) = 112+7+30=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #70071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70071E is #8FF8E1. Grayscale: #292929. Windows color (decimal): -9435362 or 1967984. OLE color: 1967984.
HSL color Cylindrical-coordinate representation of color #70071E: hue angle of 346.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70071E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 30 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.56 |
| HSL | 346.86º | 0.88% | 0.23% | - |
| HSV(B) | 346.86º | 0.94% | 0.44% | - |
| XYZ | 6.99 | 3.69 | 1.57 | - |
| YUV | 41.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 30 | 0 | 0.94 | 0.73 | 0.56 | 346.86 | 0.88 | 0.23 |
| Hex | 70 | 7 | 1E | 0 | 5E | 49 | 38 | 15B | 58 | 17 |
| Octal | 160 | 7 | 36 | 0 | 136 | 111 | 70 | 533 | 130 | 27 |
| Binary | 1110000 | 111 | 11110 | 0 | 1011110 | 1001001 | 111000 | 101011011 | 1011000 | 10111 |
Color Harmonies of #70071E
Complementary color
Monochromatic Colors of #70071E
Black with #70071E
Text Example
Text Example
White with #70071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70071E; }
p { color: rgb(112,7,30); }
H1.HeaderClassName
{
color: #70071E;
}
.AnyTagClassName
{
color: #70071E;
}
</style>
background-color css
<style>
a { background-color: #70071E; }
a { background-color: rgb(112,7,30); }
div.DivClassName
{
background-color: #70071E;
}
.BgClassName
{
background-color: #70071E;
}
</style>
border-color css
<style>
span { border-color: #70071E; }
span { border-color: rgb(112,7,30); }
td.TdClassName
{
border-color: #70071E;
}
.TagClassName
{
border-color: #70071E;
}
</style>