Shades of Burgundy #70010C
Tints of Burgundy #70010C
RGB
CMYK
RGB Variations
Color information
#70010C (or 0x70010C) is known color: Burgundy. HEX triplet: 70, 01 and 0C. RGB value is (112,1,12). Sum of RGB (Red+Green+Blue) = 112+1+12=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #70010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70010C is #8FFEF3. Grayscale: #232323. Windows color (decimal): -9436916 or 786800. OLE color: 786800.
HSL color Cylindrical-coordinate representation of color #70010C: hue angle of 354.05º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70010C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.56 |
| HSL | 354.05º | 0.98% | 0.22% | - |
| HSV(B) | 354.05º | 0.99% | 0.44% | - |
| XYZ | 6.76 | 3.49 | 0.67 | - |
| YUV | 35.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 12 | 0 | 0.99 | 0.89 | 0.56 | 354.05 | 0.98 | 0.22 |
| Hex | 70 | 1 | C | 0 | 63 | 59 | 38 | 162 | 62 | 16 |
| Octal | 160 | 1 | 14 | 0 | 143 | 131 | 70 | 542 | 142 | 26 |
| Binary | 1110000 | 1 | 1100 | 0 | 1100011 | 1011001 | 111000 | 101100010 | 1100010 | 10110 |
Color Harmonies of #70010C
Complementary color
Monochromatic Colors of #70010C
Black with #70010C
Text Example
Text Example
White with #70010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70010C; }
p { color: rgb(112,1,12); }
H1.HeaderClassName
{
color: #70010C;
}
.AnyTagClassName
{
color: #70010C;
}
</style>
background-color css
<style>
a { background-color: #70010C; }
a { background-color: rgb(112,1,12); }
div.DivClassName
{
background-color: #70010C;
}
.BgClassName
{
background-color: #70010C;
}
</style>
border-color css
<style>
span { border-color: #70010C; }
span { border-color: rgb(112,1,12); }
td.TdClassName
{
border-color: #70010C;
}
.TagClassName
{
border-color: #70010C;
}
</style>