Shades of Burgundy #70021C
Tints of Burgundy #70021C
RGB
CMYK
RGB Variations
Color information
#70021C (or 0x70021C) is known color: Burgundy. HEX triplet: 70, 02 and 1C. RGB value is (112,2,28). Sum of RGB (Red+Green+Blue) = 112+2+28=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #70021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70021C is #8FFDE3. Grayscale: #252525. Windows color (decimal): -9436644 or 1835632. OLE color: 1835632.
HSL color Cylindrical-coordinate representation of color #70021C: hue angle of 345.82º 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 #70021C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.56 |
| HSL | 345.82º | 0.96% | 0.22% | - |
| HSV(B) | 345.82º | 0.98% | 0.44% | - |
| XYZ | 6.91 | 3.57 | 1.42 | - |
| YUV | 37.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 28 | 0 | 0.98 | 0.75 | 0.56 | 345.82 | 0.96 | 0.22 |
| Hex | 70 | 2 | 1C | 0 | 62 | 4B | 38 | 15A | 60 | 16 |
| Octal | 160 | 2 | 34 | 0 | 142 | 113 | 70 | 532 | 140 | 26 |
| Binary | 1110000 | 10 | 11100 | 0 | 1100010 | 1001011 | 111000 | 101011010 | 1100000 | 10110 |
Color Harmonies of #70021C
Complementary color
Monochromatic Colors of #70021C
Black with #70021C
Text Example
Text Example
White with #70021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70021C; }
p { color: rgb(112,2,28); }
H1.HeaderClassName
{
color: #70021C;
}
.AnyTagClassName
{
color: #70021C;
}
</style>
background-color css
<style>
a { background-color: #70021C; }
a { background-color: rgb(112,2,28); }
div.DivClassName
{
background-color: #70021C;
}
.BgClassName
{
background-color: #70021C;
}
</style>
border-color css
<style>
span { border-color: #70021C; }
span { border-color: rgb(112,2,28); }
td.TdClassName
{
border-color: #70021C;
}
.TagClassName
{
border-color: #70021C;
}
</style>