Shades of Burgundy #70042C
Tints of Burgundy #70042C
RGB
CMYK
RGB Variations
Color information
#70042C (or 0x70042C) is known color: Burgundy. HEX triplet: 70, 04 and 2C. RGB value is (112,4,44). Sum of RGB (Red+Green+Blue) = 112+4+44=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70042C is #8FFBD3. Grayscale: #282828. Windows color (decimal): -9436116 or 2884720. OLE color: 2884720.
HSL color Cylindrical-coordinate representation of color #70042C: hue angle of 337.78º 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 #70042C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 44 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.56 |
| HSL | 337.78º | 0.93% | 0.23% | - |
| HSV(B) | 337.78º | 0.96% | 0.44% | - |
| XYZ | 7.18 | 3.71 | 2.72 | - |
| YUV | 40.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 44 | 0 | 0.96 | 0.61 | 0.56 | 337.78 | 0.93 | 0.23 |
| Hex | 70 | 4 | 2C | 0 | 60 | 3D | 38 | 152 | 5D | 17 |
| Octal | 160 | 4 | 54 | 0 | 140 | 75 | 70 | 522 | 135 | 27 |
| Binary | 1110000 | 100 | 101100 | 0 | 1100000 | 111101 | 111000 | 101010010 | 1011101 | 10111 |
Color Harmonies of #70042C
Complementary color
Monochromatic Colors of #70042C
Black with #70042C
Text Example
Text Example
White with #70042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70042C; }
p { color: rgb(112,4,44); }
H1.HeaderClassName
{
color: #70042C;
}
.AnyTagClassName
{
color: #70042C;
}
</style>
background-color css
<style>
a { background-color: #70042C; }
a { background-color: rgb(112,4,44); }
div.DivClassName
{
background-color: #70042C;
}
.BgClassName
{
background-color: #70042C;
}
</style>
border-color css
<style>
span { border-color: #70042C; }
span { border-color: rgb(112,4,44); }
td.TdClassName
{
border-color: #70042C;
}
.TagClassName
{
border-color: #70042C;
}
</style>