Shades of Burgundy #70040C
Tints of Burgundy #70040C
RGB
CMYK
RGB Variations
Color information
#70040C (or 0x70040C) is known color: Burgundy. HEX triplet: 70, 04 and 0C. RGB value is (112,4,12). Sum of RGB (Red+Green+Blue) = 112+4+12=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #70040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70040C is #8FFBF3. Grayscale: #252525. Windows color (decimal): -9436148 or 787568. OLE color: 787568.
HSL color Cylindrical-coordinate representation of color #70040C: hue angle of 355.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 #70040C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 12 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.56 |
| HSL | 355.56º | 0.93% | 0.23% | - |
| HSV(B) | 355.56º | 0.96% | 0.44% | - |
| XYZ | 6.79 | 3.56 | 0.68 | - |
| YUV | 37.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 12 | 0 | 0.96 | 0.89 | 0.56 | 355.56 | 0.93 | 0.23 |
| Hex | 70 | 4 | C | 0 | 60 | 59 | 38 | 164 | 5D | 17 |
| Octal | 160 | 4 | 14 | 0 | 140 | 131 | 70 | 544 | 135 | 27 |
| Binary | 1110000 | 100 | 1100 | 0 | 1100000 | 1011001 | 111000 | 101100100 | 1011101 | 10111 |
Color Harmonies of #70040C
Complementary color
Monochromatic Colors of #70040C
Black with #70040C
Text Example
Text Example
White with #70040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70040C; }
p { color: rgb(112,4,12); }
H1.HeaderClassName
{
color: #70040C;
}
.AnyTagClassName
{
color: #70040C;
}
</style>
background-color css
<style>
a { background-color: #70040C; }
a { background-color: rgb(112,4,12); }
div.DivClassName
{
background-color: #70040C;
}
.BgClassName
{
background-color: #70040C;
}
</style>
border-color css
<style>
span { border-color: #70040C; }
span { border-color: rgb(112,4,12); }
td.TdClassName
{
border-color: #70040C;
}
.TagClassName
{
border-color: #70040C;
}
</style>