Shades of Burgundy #700518
Tints of Burgundy #700518
RGB
CMYK
RGB Variations
Color information
#700518 (or 0x700518) is known color: Burgundy. HEX triplet: 70, 05 and 18. RGB value is (112,5,24). Sum of RGB (Red+Green+Blue) = 112+5+24=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #700518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700518 is #8FFAE7. Grayscale: #272727. Windows color (decimal): -9435880 or 1574256. OLE color: 1574256.
HSL color Cylindrical-coordinate representation of color #700518: hue angle of 349.35º 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 #700518 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 24 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.56 |
| HSL | 349.35º | 0.91% | 0.23% | - |
| HSV(B) | 349.35º | 0.96% | 0.44% | - |
| XYZ | 6.9 | 3.62 | 1.2 | - |
| YUV | 39.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 24 | 0 | 0.96 | 0.79 | 0.56 | 349.35 | 0.91 | 0.23 |
| Hex | 70 | 5 | 18 | 0 | 60 | 4F | 38 | 15D | 5B | 17 |
| Octal | 160 | 5 | 30 | 0 | 140 | 117 | 70 | 535 | 133 | 27 |
| Binary | 1110000 | 101 | 11000 | 0 | 1100000 | 1001111 | 111000 | 101011101 | 1011011 | 10111 |
Color Harmonies of #700518
Complementary color
Monochromatic Colors of #700518
Black with #700518
Text Example
Text Example
White with #700518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700518; }
p { color: rgb(112,5,24); }
H1.HeaderClassName
{
color: #700518;
}
.AnyTagClassName
{
color: #700518;
}
</style>
background-color css
<style>
a { background-color: #700518; }
a { background-color: rgb(112,5,24); }
div.DivClassName
{
background-color: #700518;
}
.BgClassName
{
background-color: #700518;
}
</style>
border-color css
<style>
span { border-color: #700518; }
span { border-color: rgb(112,5,24); }
td.TdClassName
{
border-color: #700518;
}
.TagClassName
{
border-color: #700518;
}
</style>