Shades of Burgundy #70021E
Tints of Burgundy #70021E
RGB
CMYK
RGB Variations
Color information
#70021E (or 0x70021E) is known color: Burgundy. HEX triplet: 70, 02 and 1E. RGB value is (112,2,30). Sum of RGB (Red+Green+Blue) = 112+2+30=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70021E is #8FFDE1. Grayscale: #262626. Windows color (decimal): -9436642 or 1966704. OLE color: 1966704.
HSL color Cylindrical-coordinate representation of color #70021E: hue angle of 344.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70021E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 30 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.56 |
| HSL | 344.73º | 0.96% | 0.22% | - |
| HSV(B) | 344.73º | 0.98% | 0.44% | - |
| XYZ | 6.94 | 3.58 | 1.55 | - |
| YUV | 38.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 30 | 0 | 0.98 | 0.73 | 0.56 | 344.73 | 0.96 | 0.22 |
| Hex | 70 | 2 | 1E | 0 | 62 | 49 | 38 | 159 | 60 | 16 |
| Octal | 160 | 2 | 36 | 0 | 142 | 111 | 70 | 531 | 140 | 26 |
| Binary | 1110000 | 10 | 11110 | 0 | 1100010 | 1001001 | 111000 | 101011001 | 1100000 | 10110 |
Color Harmonies of #70021E
Complementary color
Monochromatic Colors of #70021E
Black with #70021E
Text Example
Text Example
White with #70021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70021E; }
p { color: rgb(112,2,30); }
H1.HeaderClassName
{
color: #70021E;
}
.AnyTagClassName
{
color: #70021E;
}
</style>
background-color css
<style>
a { background-color: #70021E; }
a { background-color: rgb(112,2,30); }
div.DivClassName
{
background-color: #70021E;
}
.BgClassName
{
background-color: #70021E;
}
</style>
border-color css
<style>
span { border-color: #70021E; }
span { border-color: rgb(112,2,30); }
td.TdClassName
{
border-color: #70021E;
}
.TagClassName
{
border-color: #70021E;
}
</style>