Shades of Burgundy #700520
Tints of Burgundy #700520
RGB
CMYK
RGB Variations
Color information
#700520 (or 0x700520) is known color: Burgundy. HEX triplet: 70, 05 and 20. RGB value is (112,5,32). Sum of RGB (Red+Green+Blue) = 112+5+32=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #700520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700520 is #8FFADF. Grayscale: #282828. Windows color (decimal): -9435872 or 2098544. OLE color: 2098544.
HSL color Cylindrical-coordinate representation of color #700520: hue angle of 344.86º 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 #700520 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 32 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.56 |
| HSL | 344.86º | 0.91% | 0.23% | - |
| HSV(B) | 344.86º | 0.96% | 0.44% | - |
| XYZ | 7 | 3.66 | 1.7 | - |
| YUV | 40.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 32 | 0 | 0.96 | 0.71 | 0.56 | 344.86 | 0.91 | 0.23 |
| Hex | 70 | 5 | 20 | 0 | 60 | 47 | 38 | 159 | 5B | 17 |
| Octal | 160 | 5 | 40 | 0 | 140 | 107 | 70 | 531 | 133 | 27 |
| Binary | 1110000 | 101 | 100000 | 0 | 1100000 | 1000111 | 111000 | 101011001 | 1011011 | 10111 |
Color Harmonies of #700520
Complementary color
Monochromatic Colors of #700520
Black with #700520
Text Example
Text Example
White with #700520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700520; }
p { color: rgb(112,5,32); }
H1.HeaderClassName
{
color: #700520;
}
.AnyTagClassName
{
color: #700520;
}
</style>
background-color css
<style>
a { background-color: #700520; }
a { background-color: rgb(112,5,32); }
div.DivClassName
{
background-color: #700520;
}
.BgClassName
{
background-color: #700520;
}
</style>
border-color css
<style>
span { border-color: #700520; }
span { border-color: rgb(112,5,32); }
td.TdClassName
{
border-color: #700520;
}
.TagClassName
{
border-color: #700520;
}
</style>