Shades of Burgundy #700810
Tints of Burgundy #700810
RGB
CMYK
RGB Variations
Color information
#700810 (or 0x700810) is known color: Burgundy. HEX triplet: 70, 08 and 10. RGB value is (112,8,16). Sum of RGB (Red+Green+Blue) = 112+8+16=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700810 is #8FF7EF. Grayscale: #282828. Windows color (decimal): -9435120 or 1050736. OLE color: 1050736.
HSL color Cylindrical-coordinate representation of color #700810: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700810 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 16 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.56 |
| HSL | 355.38º | 0.87% | 0.24% | - |
| HSV(B) | 355.38º | 0.93% | 0.44% | - |
| XYZ | 6.86 | 3.66 | 0.83 | - |
| YUV | 40.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 16 | 0 | 0.93 | 0.86 | 0.56 | 355.38 | 0.87 | 0.24 |
| Hex | 70 | 8 | 10 | 0 | 5D | 56 | 38 | 163 | 57 | 18 |
| Octal | 160 | 10 | 20 | 0 | 135 | 126 | 70 | 543 | 127 | 30 |
| Binary | 1110000 | 1000 | 10000 | 0 | 1011101 | 1010110 | 111000 | 101100011 | 1010111 | 11000 |
Color Harmonies of #700810
Complementary color
Monochromatic Colors of #700810
Black with #700810
Text Example
Text Example
White with #700810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700810; }
p { color: rgb(112,8,16); }
H1.HeaderClassName
{
color: #700810;
}
.AnyTagClassName
{
color: #700810;
}
</style>
background-color css
<style>
a { background-color: #700810; }
a { background-color: rgb(112,8,16); }
div.DivClassName
{
background-color: #700810;
}
.BgClassName
{
background-color: #700810;
}
</style>
border-color css
<style>
span { border-color: #700810; }
span { border-color: rgb(112,8,16); }
td.TdClassName
{
border-color: #700810;
}
.TagClassName
{
border-color: #700810;
}
</style>