Shades of Burgundy #70000F
Tints of Burgundy #70000F
RGB
CMYK
RGB Variations
Color information
#70000F (or 0x70000F) is known color: Burgundy. HEX triplet: 70, 00 and 0F. RGB value is (112,0,15). Sum of RGB (Red+Green+Blue) = 112+0+15=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70000F is #8FFFF0. Grayscale: #232323. Windows color (decimal): -9437169 or 983152. OLE color: 983152.
HSL color Cylindrical-coordinate representation of color #70000F: hue angle of 351.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70000F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.87 | 0.56 |
| HSL | 351.96º | 1% | 0.22% | - |
| HSV(B) | 351.96º | 1% | 0.44% | - |
| XYZ | 6.77 | 3.48 | 0.77 | - |
| YUV | 35.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 15 | 0 | 1 | 0.87 | 0.56 | 351.96 | 1 | 0.22 |
| Hex | 70 | 0 | F | 0 | 64 | 57 | 38 | 160 | 64 | 16 |
| Octal | 160 | 0 | 17 | 0 | 144 | 127 | 70 | 540 | 144 | 26 |
| Binary | 1110000 | 0 | 1111 | 0 | 1100100 | 1010111 | 111000 | 101100000 | 1100100 | 10110 |
Color Harmonies of #70000F
Complementary color
Monochromatic Colors of #70000F
Black with #70000F
Text Example
Text Example
White with #70000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70000F; }
p { color: rgb(112,0,15); }
H1.HeaderClassName
{
color: #70000F;
}
.AnyTagClassName
{
color: #70000F;
}
</style>
background-color css
<style>
a { background-color: #70000F; }
a { background-color: rgb(112,0,15); }
div.DivClassName
{
background-color: #70000F;
}
.BgClassName
{
background-color: #70000F;
}
</style>
border-color css
<style>
span { border-color: #70000F; }
span { border-color: rgb(112,0,15); }
td.TdClassName
{
border-color: #70000F;
}
.TagClassName
{
border-color: #70000F;
}
</style>