Shades of Burgundy #700416
Tints of Burgundy #700416
RGB
CMYK
RGB Variations
Color information
#700416 (or 0x700416) is known color: Burgundy. HEX triplet: 70, 04 and 16. RGB value is (112,4,22). Sum of RGB (Red+Green+Blue) = 112+4+22=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700416 is #8FFBE9. Grayscale: #262626. Windows color (decimal): -9436138 or 1442928. OLE color: 1442928.
HSL color Cylindrical-coordinate representation of color #700416: hue angle of 350º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700416 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 22 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.56 |
| HSL | 350º | 0.93% | 0.23% | - |
| HSV(B) | 350º | 0.96% | 0.44% | - |
| XYZ | 6.87 | 3.59 | 1.09 | - |
| YUV | 38.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 22 | 0 | 0.96 | 0.80 | 0.56 | 350 | 0.93 | 0.23 |
| Hex | 70 | 4 | 16 | 0 | 60 | 50 | 38 | 15E | 5D | 17 |
| Octal | 160 | 4 | 26 | 0 | 140 | 120 | 70 | 536 | 135 | 27 |
| Binary | 1110000 | 100 | 10110 | 0 | 1100000 | 1010000 | 111000 | 101011110 | 1011101 | 10111 |
Color Harmonies of #700416
Complementary color
Monochromatic Colors of #700416
Black with #700416
Text Example
Text Example
White with #700416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700416; }
p { color: rgb(112,4,22); }
H1.HeaderClassName
{
color: #700416;
}
.AnyTagClassName
{
color: #700416;
}
</style>
background-color css
<style>
a { background-color: #700416; }
a { background-color: rgb(112,4,22); }
div.DivClassName
{
background-color: #700416;
}
.BgClassName
{
background-color: #700416;
}
</style>
border-color css
<style>
span { border-color: #700416; }
span { border-color: rgb(112,4,22); }
td.TdClassName
{
border-color: #700416;
}
.TagClassName
{
border-color: #700416;
}
</style>