Shades of Burgundy #70050A
Tints of Burgundy #70050A
RGB
CMYK
RGB Variations
Color information
#70050A (or 0x70050A) is known color: Burgundy. HEX triplet: 70, 05 and 0A. RGB value is (112,5,10). Sum of RGB (Red+Green+Blue) = 112+5+10=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70050A is #8FFAF5. Grayscale: #252525. Windows color (decimal): -9435894 or 656752. OLE color: 656752.
HSL color Cylindrical-coordinate representation of color #70050A: hue angle of 357.2º degrees, saturation: 0.91, 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 #70050A is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 10 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.56 |
| HSL | 357.2º | 0.91% | 0.23% | - |
| HSV(B) | 357.2º | 0.96% | 0.44% | - |
| XYZ | 6.79 | 3.58 | 0.62 | - |
| YUV | 37.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 10 | 0 | 0.96 | 0.91 | 0.56 | 357.2 | 0.91 | 0.23 |
| Hex | 70 | 5 | A | 0 | 60 | 5B | 38 | 165 | 5B | 17 |
| Octal | 160 | 5 | 12 | 0 | 140 | 133 | 70 | 545 | 133 | 27 |
| Binary | 1110000 | 101 | 1010 | 0 | 1100000 | 1011011 | 111000 | 101100101 | 1011011 | 10111 |
Color Harmonies of #70050A
Complementary color
Monochromatic Colors of #70050A
Black with #70050A
Text Example
Text Example
White with #70050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70050A; }
p { color: rgb(112,5,10); }
H1.HeaderClassName
{
color: #70050A;
}
.AnyTagClassName
{
color: #70050A;
}
</style>
background-color css
<style>
a { background-color: #70050A; }
a { background-color: rgb(112,5,10); }
div.DivClassName
{
background-color: #70050A;
}
.BgClassName
{
background-color: #70050A;
}
</style>
border-color css
<style>
span { border-color: #70050A; }
span { border-color: rgb(112,5,10); }
td.TdClassName
{
border-color: #70050A;
}
.TagClassName
{
border-color: #70050A;
}
</style>