Shades of Burgundy #70070B
Tints of Burgundy #70070B
RGB
CMYK
RGB Variations
Color information
#70070B (or 0x70070B) is known color: Burgundy. HEX triplet: 70, 07 and 0B. RGB value is (112,7,11). Sum of RGB (Red+Green+Blue) = 112+7+11=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #70070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70070B is #8FF8F4. Grayscale: #262626. Windows color (decimal): -9435381 or 722800. OLE color: 722800.
HSL color Cylindrical-coordinate representation of color #70070B: hue angle of 357.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70070B is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 11 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.56 |
| HSL | 357.71º | 0.88% | 0.23% | - |
| HSV(B) | 357.71º | 0.94% | 0.44% | - |
| XYZ | 6.82 | 3.62 | 0.66 | - |
| YUV | 38.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 11 | 0 | 0.94 | 0.90 | 0.56 | 357.71 | 0.88 | 0.23 |
| Hex | 70 | 7 | B | 0 | 5E | 5A | 38 | 166 | 58 | 17 |
| Octal | 160 | 7 | 13 | 0 | 136 | 132 | 70 | 546 | 130 | 27 |
| Binary | 1110000 | 111 | 1011 | 0 | 1011110 | 1011010 | 111000 | 101100110 | 1011000 | 10111 |
Color Harmonies of #70070B
Complementary color
Monochromatic Colors of #70070B
Black with #70070B
Text Example
Text Example
White with #70070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70070B; }
p { color: rgb(112,7,11); }
H1.HeaderClassName
{
color: #70070B;
}
.AnyTagClassName
{
color: #70070B;
}
</style>
background-color css
<style>
a { background-color: #70070B; }
a { background-color: rgb(112,7,11); }
div.DivClassName
{
background-color: #70070B;
}
.BgClassName
{
background-color: #70070B;
}
</style>
border-color css
<style>
span { border-color: #70070B; }
span { border-color: rgb(112,7,11); }
td.TdClassName
{
border-color: #70070B;
}
.TagClassName
{
border-color: #70070B;
}
</style>