Shades of Burgundy #700510
Tints of Burgundy #700510
RGB
CMYK
RGB Variations
Color information
#700510 (or 0x700510) is known color: Burgundy. HEX triplet: 70, 05 and 10. RGB value is (112,5,16). Sum of RGB (Red+Green+Blue) = 112+5+16=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #700510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700510 is #8FFAEF. Grayscale: #262626. Windows color (decimal): -9435888 or 1049968. OLE color: 1049968.
HSL color Cylindrical-coordinate representation of color #700510: hue angle of 353.83º degrees, saturation: 0.91, 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 #700510 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 16 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.56 |
| HSL | 353.83º | 0.91% | 0.23% | - |
| HSV(B) | 353.83º | 0.96% | 0.44% | - |
| XYZ | 6.83 | 3.59 | 0.82 | - |
| YUV | 38.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 16 | 0 | 0.96 | 0.86 | 0.56 | 353.83 | 0.91 | 0.23 |
| Hex | 70 | 5 | 10 | 0 | 60 | 56 | 38 | 162 | 5B | 17 |
| Octal | 160 | 5 | 20 | 0 | 140 | 126 | 70 | 542 | 133 | 27 |
| Binary | 1110000 | 101 | 10000 | 0 | 1100000 | 1010110 | 111000 | 101100010 | 1011011 | 10111 |
Color Harmonies of #700510
Complementary color
Monochromatic Colors of #700510
Black with #700510
Text Example
Text Example
White with #700510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700510; }
p { color: rgb(112,5,16); }
H1.HeaderClassName
{
color: #700510;
}
.AnyTagClassName
{
color: #700510;
}
</style>
background-color css
<style>
a { background-color: #700510; }
a { background-color: rgb(112,5,16); }
div.DivClassName
{
background-color: #700510;
}
.BgClassName
{
background-color: #700510;
}
</style>
border-color css
<style>
span { border-color: #700510; }
span { border-color: rgb(112,5,16); }
td.TdClassName
{
border-color: #700510;
}
.TagClassName
{
border-color: #700510;
}
</style>