Shades of Burgundy #700421
Tints of Burgundy #700421
RGB
CMYK
RGB Variations
Color information
#700421 (or 0x700421) is known color: Burgundy. HEX triplet: 70, 04 and 21. RGB value is (112,4,33). Sum of RGB (Red+Green+Blue) = 112+4+33=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #700421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700421 is #8FFBDE. Grayscale: #272727. Windows color (decimal): -9436127 or 2163824. OLE color: 2163824.
HSL color Cylindrical-coordinate representation of color #700421: hue angle of 343.89º 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 #700421 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 33 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.56 |
| HSL | 343.89º | 0.93% | 0.23% | - |
| HSV(B) | 343.89º | 0.96% | 0.44% | - |
| XYZ | 7 | 3.64 | 1.77 | - |
| YUV | 39.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 33 | 0 | 0.96 | 0.71 | 0.56 | 343.89 | 0.93 | 0.23 |
| Hex | 70 | 4 | 21 | 0 | 60 | 47 | 38 | 158 | 5D | 17 |
| Octal | 160 | 4 | 41 | 0 | 140 | 107 | 70 | 530 | 135 | 27 |
| Binary | 1110000 | 100 | 100001 | 0 | 1100000 | 1000111 | 111000 | 101011000 | 1011101 | 10111 |
Color Harmonies of #700421
Complementary color
Monochromatic Colors of #700421
Black with #700421
Text Example
Text Example
White with #700421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700421; }
p { color: rgb(112,4,33); }
H1.HeaderClassName
{
color: #700421;
}
.AnyTagClassName
{
color: #700421;
}
</style>
background-color css
<style>
a { background-color: #700421; }
a { background-color: rgb(112,4,33); }
div.DivClassName
{
background-color: #700421;
}
.BgClassName
{
background-color: #700421;
}
</style>
border-color css
<style>
span { border-color: #700421; }
span { border-color: rgb(112,4,33); }
td.TdClassName
{
border-color: #700421;
}
.TagClassName
{
border-color: #700421;
}
</style>