Shades of Burgundy #70000B
Tints of Burgundy #70000B
RGB
CMYK
RGB Variations
Color information
#70000B (or 0x70000B) is known color: Burgundy. HEX triplet: 70, 00 and 0B. RGB value is (112,0,11). Sum of RGB (Red+Green+Blue) = 112+0+11=123 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.06% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 112 - color contains mainly: red. Hex color #70000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70000B is #8FFFF4. Grayscale: #222222. Windows color (decimal): -9437173 or 721008. OLE color: 721008.
HSL color Cylindrical-coordinate representation of color #70000B: hue angle of 354.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.90 | 0.56 |
| HSL | 354.11º | 1% | 0.22% | - |
| HSV(B) | 354.11º | 1% | 0.44% | - |
| XYZ | 6.74 | 3.47 | 0.63 | - |
| YUV | 34.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 11 | 0 | 1 | 0.90 | 0.56 | 354.11 | 1 | 0.22 |
| Hex | 70 | 0 | B | 0 | 64 | 5A | 38 | 162 | 64 | 16 |
| Octal | 160 | 0 | 13 | 0 | 144 | 132 | 70 | 542 | 144 | 26 |
| Binary | 1110000 | 0 | 1011 | 0 | 1100100 | 1011010 | 111000 | 101100010 | 1100100 | 10110 |
Color Harmonies of #70000B
Complementary color
Monochromatic Colors of #70000B
Black with #70000B
Text Example
Text Example
White with #70000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70000B; }
p { color: rgb(112,0,11); }
H1.HeaderClassName
{
color: #70000B;
}
.AnyTagClassName
{
color: #70000B;
}
</style>
background-color css
<style>
a { background-color: #70000B; }
a { background-color: rgb(112,0,11); }
div.DivClassName
{
background-color: #70000B;
}
.BgClassName
{
background-color: #70000B;
}
</style>
border-color css
<style>
span { border-color: #70000B; }
span { border-color: rgb(112,0,11); }
td.TdClassName
{
border-color: #70000B;
}
.TagClassName
{
border-color: #70000B;
}
</style>