Shades of Burgundy #70041B
Tints of Burgundy #70041B
RGB
CMYK
RGB Variations
Color information
#70041B (or 0x70041B) is known color: Burgundy. HEX triplet: 70, 04 and 1B. RGB value is (112,4,27). Sum of RGB (Red+Green+Blue) = 112+4+27=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041B is #8FFBE4. Grayscale: #262626. Windows color (decimal): -9436133 or 1770608. OLE color: 1770608.
HSL color Cylindrical-coordinate representation of color #70041B: hue angle of 347.22º 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 #70041B is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 27 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.56 |
| HSL | 347.22º | 0.93% | 0.23% | - |
| HSV(B) | 347.22º | 0.96% | 0.44% | - |
| XYZ | 6.92 | 3.61 | 1.37 | - |
| YUV | 38.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 27 | 0 | 0.96 | 0.76 | 0.56 | 347.22 | 0.93 | 0.23 |
| Hex | 70 | 4 | 1B | 0 | 60 | 4C | 38 | 15B | 5D | 17 |
| Octal | 160 | 4 | 33 | 0 | 140 | 114 | 70 | 533 | 135 | 27 |
| Binary | 1110000 | 100 | 11011 | 0 | 1100000 | 1001100 | 111000 | 101011011 | 1011101 | 10111 |
Color Harmonies of #70041B
Complementary color
Monochromatic Colors of #70041B
Black with #70041B
Text Example
Text Example
White with #70041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70041B; }
p { color: rgb(112,4,27); }
H1.HeaderClassName
{
color: #70041B;
}
.AnyTagClassName
{
color: #70041B;
}
</style>
background-color css
<style>
a { background-color: #70041B; }
a { background-color: rgb(112,4,27); }
div.DivClassName
{
background-color: #70041B;
}
.BgClassName
{
background-color: #70041B;
}
</style>
border-color css
<style>
span { border-color: #70041B; }
span { border-color: rgb(112,4,27); }
td.TdClassName
{
border-color: #70041B;
}
.TagClassName
{
border-color: #70041B;
}
</style>