Shades of Burgundy #700716
Tints of Burgundy #700716
RGB
CMYK
RGB Variations
Color information
#700716 (or 0x700716) is known color: Burgundy. HEX triplet: 70, 07 and 16. RGB value is (112,7,22). Sum of RGB (Red+Green+Blue) = 112+7+22=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #700716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700716 is #8FF8E9. Grayscale: #282828. Windows color (decimal): -9435370 or 1443696. OLE color: 1443696.
HSL color Cylindrical-coordinate representation of color #700716: hue angle of 351.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700716 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 22 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.56 |
| HSL | 351.43º | 0.88% | 0.23% | - |
| HSV(B) | 351.43º | 0.94% | 0.44% | - |
| XYZ | 6.9 | 3.65 | 1.1 | - |
| YUV | 40.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 22 | 0 | 0.94 | 0.80 | 0.56 | 351.43 | 0.88 | 0.23 |
| Hex | 70 | 7 | 16 | 0 | 5E | 50 | 38 | 15F | 58 | 17 |
| Octal | 160 | 7 | 26 | 0 | 136 | 120 | 70 | 537 | 130 | 27 |
| Binary | 1110000 | 111 | 10110 | 0 | 1011110 | 1010000 | 111000 | 101011111 | 1011000 | 10111 |
Color Harmonies of #700716
Complementary color
Monochromatic Colors of #700716
Black with #700716
Text Example
Text Example
White with #700716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700716; }
p { color: rgb(112,7,22); }
H1.HeaderClassName
{
color: #700716;
}
.AnyTagClassName
{
color: #700716;
}
</style>
background-color css
<style>
a { background-color: #700716; }
a { background-color: rgb(112,7,22); }
div.DivClassName
{
background-color: #700716;
}
.BgClassName
{
background-color: #700716;
}
</style>
border-color css
<style>
span { border-color: #700716; }
span { border-color: rgb(112,7,22); }
td.TdClassName
{
border-color: #700716;
}
.TagClassName
{
border-color: #700716;
}
</style>