Shades of Burgundy #700215
Tints of Burgundy #700215
RGB
CMYK
RGB Variations
Color information
#700215 (or 0x700215) is known color: Burgundy. HEX triplet: 70, 02 and 15. RGB value is (112,2,21). Sum of RGB (Red+Green+Blue) = 112+2+21=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700215 is #8FFDEA. Grayscale: #252525. Windows color (decimal): -9436651 or 1376880. OLE color: 1376880.
HSL color Cylindrical-coordinate representation of color #700215: hue angle of 349.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700215 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 21 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.56 |
| HSL | 349.64º | 0.96% | 0.22% | - |
| HSV(B) | 349.64º | 0.98% | 0.44% | - |
| XYZ | 6.84 | 3.54 | 1.03 | - |
| YUV | 37.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 21 | 0 | 0.98 | 0.81 | 0.56 | 349.64 | 0.96 | 0.22 |
| Hex | 70 | 2 | 15 | 0 | 62 | 51 | 38 | 15E | 60 | 16 |
| Octal | 160 | 2 | 25 | 0 | 142 | 121 | 70 | 536 | 140 | 26 |
| Binary | 1110000 | 10 | 10101 | 0 | 1100010 | 1010001 | 111000 | 101011110 | 1100000 | 10110 |
Color Harmonies of #700215
Complementary color
Monochromatic Colors of #700215
Black with #700215
Text Example
Text Example
White with #700215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700215; }
p { color: rgb(112,2,21); }
H1.HeaderClassName
{
color: #700215;
}
.AnyTagClassName
{
color: #700215;
}
</style>
background-color css
<style>
a { background-color: #700215; }
a { background-color: rgb(112,2,21); }
div.DivClassName
{
background-color: #700215;
}
.BgClassName
{
background-color: #700215;
}
</style>
border-color css
<style>
span { border-color: #700215; }
span { border-color: rgb(112,2,21); }
td.TdClassName
{
border-color: #700215;
}
.TagClassName
{
border-color: #700215;
}
</style>