Shades of Burgundy #70010D
Tints of Burgundy #70010D
RGB
CMYK
RGB Variations
Color information
#70010D (or 0x70010D) is known color: Burgundy. HEX triplet: 70, 01 and 0D. RGB value is (112,1,13). Sum of RGB (Red+Green+Blue) = 112+1+13=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #70010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70010D is #8FFEF2. Grayscale: #232323. Windows color (decimal): -9436915 or 852336. OLE color: 852336.
HSL color Cylindrical-coordinate representation of color #70010D: hue angle of 353.51º 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 #70010D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.56 |
| HSL | 353.51º | 0.98% | 0.22% | - |
| HSV(B) | 353.51º | 0.99% | 0.44% | - |
| XYZ | 6.77 | 3.5 | 0.7 | - |
| YUV | 35.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 13 | 0 | 0.99 | 0.88 | 0.56 | 353.51 | 0.98 | 0.22 |
| Hex | 70 | 1 | D | 0 | 63 | 58 | 38 | 162 | 62 | 16 |
| Octal | 160 | 1 | 15 | 0 | 143 | 130 | 70 | 542 | 142 | 26 |
| Binary | 1110000 | 1 | 1101 | 0 | 1100011 | 1011000 | 111000 | 101100010 | 1100010 | 10110 |
Color Harmonies of #70010D
Complementary color
Monochromatic Colors of #70010D
Black with #70010D
Text Example
Text Example
White with #70010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70010D; }
p { color: rgb(112,1,13); }
H1.HeaderClassName
{
color: #70010D;
}
.AnyTagClassName
{
color: #70010D;
}
</style>
background-color css
<style>
a { background-color: #70010D; }
a { background-color: rgb(112,1,13); }
div.DivClassName
{
background-color: #70010D;
}
.BgClassName
{
background-color: #70010D;
}
</style>
border-color css
<style>
span { border-color: #70010D; }
span { border-color: rgb(112,1,13); }
td.TdClassName
{
border-color: #70010D;
}
.TagClassName
{
border-color: #70010D;
}
</style>