Shades of Burgundy #70010B
Tints of Burgundy #70010B
RGB
CMYK
RGB Variations
Color information
#70010B (or 0x70010B) is known color: Burgundy. HEX triplet: 70, 01 and 0B. RGB value is (112,1,11). Sum of RGB (Red+Green+Blue) = 112+1+11=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #70010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70010B is #8FFEF4. Grayscale: #232323. Windows color (decimal): -9436917 or 721264. OLE color: 721264.
HSL color Cylindrical-coordinate representation of color #70010B: hue angle of 354.59º 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 #70010B is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.56 |
| HSL | 354.59º | 0.98% | 0.22% | - |
| HSV(B) | 354.59º | 0.99% | 0.44% | - |
| XYZ | 6.75 | 3.49 | 0.63 | - |
| YUV | 35.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 11 | 0 | 0.99 | 0.90 | 0.56 | 354.59 | 0.98 | 0.22 |
| Hex | 70 | 1 | B | 0 | 63 | 5A | 38 | 163 | 62 | 16 |
| Octal | 160 | 1 | 13 | 0 | 143 | 132 | 70 | 543 | 142 | 26 |
| Binary | 1110000 | 1 | 1011 | 0 | 1100011 | 1011010 | 111000 | 101100011 | 1100010 | 10110 |
Color Harmonies of #70010B
Complementary color
Monochromatic Colors of #70010B
Black with #70010B
Text Example
Text Example
White with #70010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70010B; }
p { color: rgb(112,1,11); }
H1.HeaderClassName
{
color: #70010B;
}
.AnyTagClassName
{
color: #70010B;
}
</style>
background-color css
<style>
a { background-color: #70010B; }
a { background-color: rgb(112,1,11); }
div.DivClassName
{
background-color: #70010B;
}
.BgClassName
{
background-color: #70010B;
}
</style>
border-color css
<style>
span { border-color: #70010B; }
span { border-color: rgb(112,1,11); }
td.TdClassName
{
border-color: #70010B;
}
.TagClassName
{
border-color: #70010B;
}
</style>