Shades of Burgundy #70050B
Tints of Burgundy #70050B
RGB
CMYK
RGB Variations
Color information
#70050B (or 0x70050B) is known color: Burgundy. HEX triplet: 70, 05 and 0B. RGB value is (112,5,11). Sum of RGB (Red+Green+Blue) = 112+5+11=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #70050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70050B is #8FFAF4. Grayscale: #252525. Windows color (decimal): -9435893 or 722288. OLE color: 722288.
HSL color Cylindrical-coordinate representation of color #70050B: hue angle of 356.64º 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 #70050B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.56 |
| HSL | 356.64º | 0.91% | 0.23% | - |
| HSV(B) | 356.64º | 0.96% | 0.44% | - |
| XYZ | 6.8 | 3.58 | 0.65 | - |
| YUV | 37.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 11 | 0 | 0.96 | 0.90 | 0.56 | 356.64 | 0.91 | 0.23 |
| Hex | 70 | 5 | B | 0 | 60 | 5A | 38 | 165 | 5B | 17 |
| Octal | 160 | 5 | 13 | 0 | 140 | 132 | 70 | 545 | 133 | 27 |
| Binary | 1110000 | 101 | 1011 | 0 | 1100000 | 1011010 | 111000 | 101100101 | 1011011 | 10111 |
Color Harmonies of #70050B
Complementary color
Monochromatic Colors of #70050B
Black with #70050B
Text Example
Text Example
White with #70050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70050B; }
p { color: rgb(112,5,11); }
H1.HeaderClassName
{
color: #70050B;
}
.AnyTagClassName
{
color: #70050B;
}
</style>
background-color css
<style>
a { background-color: #70050B; }
a { background-color: rgb(112,5,11); }
div.DivClassName
{
background-color: #70050B;
}
.BgClassName
{
background-color: #70050B;
}
</style>
border-color css
<style>
span { border-color: #70050B; }
span { border-color: rgb(112,5,11); }
td.TdClassName
{
border-color: #70050B;
}
.TagClassName
{
border-color: #70050B;
}
</style>