Shades of Burgundy #700910
Tints of Burgundy #700910
RGB
CMYK
RGB Variations
Color information
#700910 (or 0x700910) is known color: Burgundy. HEX triplet: 70, 09 and 10. RGB value is (112,9,16). Sum of RGB (Red+Green+Blue) = 112+9+16=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700910 is #8FF6EF. Grayscale: #282828. Windows color (decimal): -9434864 or 1050992. OLE color: 1050992.
HSL color Cylindrical-coordinate representation of color #700910: hue angle of 355.92º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700910 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 16 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.56 |
| HSL | 355.92º | 0.85% | 0.24% | - |
| HSV(B) | 355.92º | 0.92% | 0.44% | - |
| XYZ | 6.87 | 3.68 | 0.84 | - |
| YUV | 40.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 16 | 0 | 0.92 | 0.86 | 0.56 | 355.92 | 0.85 | 0.24 |
| Hex | 70 | 9 | 10 | 0 | 5C | 56 | 38 | 164 | 55 | 18 |
| Octal | 160 | 11 | 20 | 0 | 134 | 126 | 70 | 544 | 125 | 30 |
| Binary | 1110000 | 1001 | 10000 | 0 | 1011100 | 1010110 | 111000 | 101100100 | 1010101 | 11000 |
Color Harmonies of #700910
Complementary color
Monochromatic Colors of #700910
Black with #700910
Text Example
Text Example
White with #700910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700910; }
p { color: rgb(112,9,16); }
H1.HeaderClassName
{
color: #700910;
}
.AnyTagClassName
{
color: #700910;
}
</style>
background-color css
<style>
a { background-color: #700910; }
a { background-color: rgb(112,9,16); }
div.DivClassName
{
background-color: #700910;
}
.BgClassName
{
background-color: #700910;
}
</style>
border-color css
<style>
span { border-color: #700910; }
span { border-color: rgb(112,9,16); }
td.TdClassName
{
border-color: #700910;
}
.TagClassName
{
border-color: #700910;
}
</style>