Shades of Burgundy #700420
Tints of Burgundy #700420
RGB
CMYK
RGB Variations
Color information
#700420 (or 0x700420) is known color: Burgundy. HEX triplet: 70, 04 and 20. RGB value is (112,4,32). Sum of RGB (Red+Green+Blue) = 112+4+32=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700420 is #8FFBDF. Grayscale: #272727. Windows color (decimal): -9436128 or 2098288. OLE color: 2098288.
HSL color Cylindrical-coordinate representation of color #700420: hue angle of 344.44º degrees, saturation: 0.93, 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 #700420 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 32 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.56 |
| HSL | 344.44º | 0.93% | 0.23% | - |
| HSV(B) | 344.44º | 0.96% | 0.44% | - |
| XYZ | 6.99 | 3.64 | 1.7 | - |
| YUV | 39.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 32 | 0 | 0.96 | 0.71 | 0.56 | 344.44 | 0.93 | 0.23 |
| Hex | 70 | 4 | 20 | 0 | 60 | 47 | 38 | 158 | 5D | 17 |
| Octal | 160 | 4 | 40 | 0 | 140 | 107 | 70 | 530 | 135 | 27 |
| Binary | 1110000 | 100 | 100000 | 0 | 1100000 | 1000111 | 111000 | 101011000 | 1011101 | 10111 |
Color Harmonies of #700420
Complementary color
Monochromatic Colors of #700420
Black with #700420
Text Example
Text Example
White with #700420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700420; }
p { color: rgb(112,4,32); }
H1.HeaderClassName
{
color: #700420;
}
.AnyTagClassName
{
color: #700420;
}
</style>
background-color css
<style>
a { background-color: #700420; }
a { background-color: rgb(112,4,32); }
div.DivClassName
{
background-color: #700420;
}
.BgClassName
{
background-color: #700420;
}
</style>
border-color css
<style>
span { border-color: #700420; }
span { border-color: rgb(112,4,32); }
td.TdClassName
{
border-color: #700420;
}
.TagClassName
{
border-color: #700420;
}
</style>