Shades of Burgundy #70070C
Tints of Burgundy #70070C
RGB
CMYK
RGB Variations
Color information
#70070C (or 0x70070C) is known color: Burgundy. HEX triplet: 70, 07 and 0C. RGB value is (112,7,12). Sum of RGB (Red+Green+Blue) = 112+7+12=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #70070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70070C is #8FF8F3. Grayscale: #272727. Windows color (decimal): -9435380 or 788336. OLE color: 788336.
HSL color Cylindrical-coordinate representation of color #70070C: hue angle of 357.14º 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 #70070C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 12 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.56 |
| HSL | 357.14º | 0.88% | 0.23% | - |
| HSV(B) | 357.14º | 0.94% | 0.44% | - |
| XYZ | 6.82 | 3.62 | 0.69 | - |
| YUV | 38.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 12 | 0 | 0.94 | 0.89 | 0.56 | 357.14 | 0.88 | 0.23 |
| Hex | 70 | 7 | C | 0 | 5E | 59 | 38 | 165 | 58 | 17 |
| Octal | 160 | 7 | 14 | 0 | 136 | 131 | 70 | 545 | 130 | 27 |
| Binary | 1110000 | 111 | 1100 | 0 | 1011110 | 1011001 | 111000 | 101100101 | 1011000 | 10111 |
Color Harmonies of #70070C
Complementary color
Monochromatic Colors of #70070C
Black with #70070C
Text Example
Text Example
White with #70070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70070C; }
p { color: rgb(112,7,12); }
H1.HeaderClassName
{
color: #70070C;
}
.AnyTagClassName
{
color: #70070C;
}
</style>
background-color css
<style>
a { background-color: #70070C; }
a { background-color: rgb(112,7,12); }
div.DivClassName
{
background-color: #70070C;
}
.BgClassName
{
background-color: #70070C;
}
</style>
border-color css
<style>
span { border-color: #70070C; }
span { border-color: rgb(112,7,12); }
td.TdClassName
{
border-color: #70070C;
}
.TagClassName
{
border-color: #70070C;
}
</style>