Shades of Burgundy #70041A
Tints of Burgundy #70041A
RGB
CMYK
RGB Variations
Color information
#70041A (or 0x70041A) is known color: Burgundy. HEX triplet: 70, 04 and 1A. RGB value is (112,4,26). Sum of RGB (Red+Green+Blue) = 112+4+26=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #70041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041A is #8FFBE5. Grayscale: #262626. Windows color (decimal): -9436134 or 1705072. OLE color: 1705072.
HSL color Cylindrical-coordinate representation of color #70041A: hue angle of 347.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 #70041A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 26 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.56 |
| HSL | 347.78º | 0.93% | 0.23% | - |
| HSV(B) | 347.78º | 0.96% | 0.44% | - |
| XYZ | 6.91 | 3.61 | 1.31 | - |
| YUV | 38.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 26 | 0 | 0.96 | 0.77 | 0.56 | 347.78 | 0.93 | 0.23 |
| Hex | 70 | 4 | 1A | 0 | 60 | 4D | 38 | 15C | 5D | 17 |
| Octal | 160 | 4 | 32 | 0 | 140 | 115 | 70 | 534 | 135 | 27 |
| Binary | 1110000 | 100 | 11010 | 0 | 1100000 | 1001101 | 111000 | 101011100 | 1011101 | 10111 |
Color Harmonies of #70041A
Complementary color
Monochromatic Colors of #70041A
Black with #70041A
Text Example
Text Example
White with #70041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70041A; }
p { color: rgb(112,4,26); }
H1.HeaderClassName
{
color: #70041A;
}
.AnyTagClassName
{
color: #70041A;
}
</style>
background-color css
<style>
a { background-color: #70041A; }
a { background-color: rgb(112,4,26); }
div.DivClassName
{
background-color: #70041A;
}
.BgClassName
{
background-color: #70041A;
}
</style>
border-color css
<style>
span { border-color: #70041A; }
span { border-color: rgb(112,4,26); }
td.TdClassName
{
border-color: #70041A;
}
.TagClassName
{
border-color: #70041A;
}
</style>