Shades of Burgundy #700A15
Tints of Burgundy #700A15
RGB
CMYK
RGB Variations
Color information
#700A15 (or 0x700A15) is known color: Burgundy. HEX triplet: 70, 0A and 15. RGB value is (112,10,21). Sum of RGB (Red+Green+Blue) = 112+10+21=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #700A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700A15 is #8FF5EA. Grayscale: #292929. Windows color (decimal): -9434603 or 1378928. OLE color: 1378928.
HSL color Cylindrical-coordinate representation of color #700A15: hue angle of 353.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A15 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 21 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.56 |
| HSL | 353.53º | 0.84% | 0.24% | - |
| HSV(B) | 353.53º | 0.91% | 0.44% | - |
| XYZ | 6.93 | 3.72 | 1.06 | - |
| YUV | 41.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 21 | 0 | 0.91 | 0.81 | 0.56 | 353.53 | 0.84 | 0.24 |
| Hex | 70 | A | 15 | 0 | 5B | 51 | 38 | 162 | 54 | 18 |
| Octal | 160 | 12 | 25 | 0 | 133 | 121 | 70 | 542 | 124 | 30 |
| Binary | 1110000 | 1010 | 10101 | 0 | 1011011 | 1010001 | 111000 | 101100010 | 1010100 | 11000 |
Color Harmonies of #700A15
Complementary color
Monochromatic Colors of #700A15
Black with #700A15
Text Example
Text Example
White with #700A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A15; }
p { color: rgb(112,10,21); }
H1.HeaderClassName
{
color: #700A15;
}
.AnyTagClassName
{
color: #700A15;
}
</style>
background-color css
<style>
a { background-color: #700A15; }
a { background-color: rgb(112,10,21); }
div.DivClassName
{
background-color: #700A15;
}
.BgClassName
{
background-color: #700A15;
}
</style>
border-color css
<style>
span { border-color: #700A15; }
span { border-color: rgb(112,10,21); }
td.TdClassName
{
border-color: #700A15;
}
.TagClassName
{
border-color: #700A15;
}
</style>