Shades of Burgundy #70041C
Tints of Burgundy #70041C
RGB
CMYK
RGB Variations
Color information
#70041C (or 0x70041C) is known color: Burgundy. HEX triplet: 70, 04 and 1C. RGB value is (112,4,28). Sum of RGB (Red+Green+Blue) = 112+4+28=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041C is #8FFBE3. Grayscale: #272727. Windows color (decimal): -9436132 or 1836144. OLE color: 1836144.
HSL color Cylindrical-coordinate representation of color #70041C: hue angle of 346.67º 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 #70041C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 28 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.56 |
| HSL | 346.67º | 0.93% | 0.23% | - |
| HSV(B) | 346.67º | 0.96% | 0.44% | - |
| XYZ | 6.94 | 3.62 | 1.43 | - |
| YUV | 39.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 28 | 0 | 0.96 | 0.75 | 0.56 | 346.67 | 0.93 | 0.23 |
| Hex | 70 | 4 | 1C | 0 | 60 | 4B | 38 | 15B | 5D | 17 |
| Octal | 160 | 4 | 34 | 0 | 140 | 113 | 70 | 533 | 135 | 27 |
| Binary | 1110000 | 100 | 11100 | 0 | 1100000 | 1001011 | 111000 | 101011011 | 1011101 | 10111 |
Color Harmonies of #70041C
Complementary color
Monochromatic Colors of #70041C
Black with #70041C
Text Example
Text Example
White with #70041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70041C; }
p { color: rgb(112,4,28); }
H1.HeaderClassName
{
color: #70041C;
}
.AnyTagClassName
{
color: #70041C;
}
</style>
background-color css
<style>
a { background-color: #70041C; }
a { background-color: rgb(112,4,28); }
div.DivClassName
{
background-color: #70041C;
}
.BgClassName
{
background-color: #70041C;
}
</style>
border-color css
<style>
span { border-color: #70041C; }
span { border-color: rgb(112,4,28); }
td.TdClassName
{
border-color: #70041C;
}
.TagClassName
{
border-color: #70041C;
}
</style>