Shades of Burgundy #70040F
Tints of Burgundy #70040F
RGB
CMYK
RGB Variations
Color information
#70040F (or 0x70040F) is known color: Burgundy. HEX triplet: 70, 04 and 0F. RGB value is (112,4,15). Sum of RGB (Red+Green+Blue) = 112+4+15=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #70040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70040F is #8FFBF0. Grayscale: #252525. Windows color (decimal): -9436145 or 984176. OLE color: 984176.
HSL color Cylindrical-coordinate representation of color #70040F: hue angle of 353.89º 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 #70040F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 15 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.56 |
| HSL | 353.89º | 0.93% | 0.23% | - |
| HSV(B) | 353.89º | 0.96% | 0.44% | - |
| XYZ | 6.81 | 3.57 | 0.78 | - |
| YUV | 37.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 15 | 0 | 0.96 | 0.87 | 0.56 | 353.89 | 0.93 | 0.23 |
| Hex | 70 | 4 | F | 0 | 60 | 57 | 38 | 162 | 5D | 17 |
| Octal | 160 | 4 | 17 | 0 | 140 | 127 | 70 | 542 | 135 | 27 |
| Binary | 1110000 | 100 | 1111 | 0 | 1100000 | 1010111 | 111000 | 101100010 | 1011101 | 10111 |
Color Harmonies of #70040F
Complementary color
Monochromatic Colors of #70040F
Black with #70040F
Text Example
Text Example
White with #70040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70040F; }
p { color: rgb(112,4,15); }
H1.HeaderClassName
{
color: #70040F;
}
.AnyTagClassName
{
color: #70040F;
}
</style>
background-color css
<style>
a { background-color: #70040F; }
a { background-color: rgb(112,4,15); }
div.DivClassName
{
background-color: #70040F;
}
.BgClassName
{
background-color: #70040F;
}
</style>
border-color css
<style>
span { border-color: #70040F; }
span { border-color: rgb(112,4,15); }
td.TdClassName
{
border-color: #70040F;
}
.TagClassName
{
border-color: #70040F;
}
</style>