Shades of Burgundy #70060B
Tints of Burgundy #70060B
RGB
CMYK
RGB Variations
Color information
#70060B (or 0x70060B) is known color: Burgundy. HEX triplet: 70, 06 and 0B. RGB value is (112,6,11). Sum of RGB (Red+Green+Blue) = 112+6+11=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #70060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70060B is #8FF9F4. Grayscale: #262626. Windows color (decimal): -9435637 or 722544. OLE color: 722544.
HSL color Cylindrical-coordinate representation of color #70060B: hue angle of 357.17º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70060B is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 11 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.56 |
| HSL | 357.17º | 0.9% | 0.23% | - |
| HSV(B) | 357.17º | 0.95% | 0.44% | - |
| XYZ | 6.81 | 3.6 | 0.65 | - |
| YUV | 38.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 11 | 0 | 0.95 | 0.90 | 0.56 | 357.17 | 0.9 | 0.23 |
| Hex | 70 | 6 | B | 0 | 5F | 5A | 38 | 165 | 5A | 17 |
| Octal | 160 | 6 | 13 | 0 | 137 | 132 | 70 | 545 | 132 | 27 |
| Binary | 1110000 | 110 | 1011 | 0 | 1011111 | 1011010 | 111000 | 101100101 | 1011010 | 10111 |
Color Harmonies of #70060B
Complementary color
Monochromatic Colors of #70060B
Black with #70060B
Text Example
Text Example
White with #70060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70060B; }
p { color: rgb(112,6,11); }
H1.HeaderClassName
{
color: #70060B;
}
.AnyTagClassName
{
color: #70060B;
}
</style>
background-color css
<style>
a { background-color: #70060B; }
a { background-color: rgb(112,6,11); }
div.DivClassName
{
background-color: #70060B;
}
.BgClassName
{
background-color: #70060B;
}
</style>
border-color css
<style>
span { border-color: #70060B; }
span { border-color: rgb(112,6,11); }
td.TdClassName
{
border-color: #70060B;
}
.TagClassName
{
border-color: #70060B;
}
</style>