Shades of Burgundy #700721
Tints of Burgundy #700721
RGB
CMYK
RGB Variations
Color information
#700721 (or 0x700721) is known color: Burgundy. HEX triplet: 70, 07 and 21. RGB value is (112,7,33). Sum of RGB (Red+Green+Blue) = 112+7+33=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700721 is #8FF8DE. Grayscale: #292929. Windows color (decimal): -9435359 or 2164592. OLE color: 2164592.
HSL color Cylindrical-coordinate representation of color #700721: hue angle of 345.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700721 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 33 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.56 |
| HSL | 345.14º | 0.88% | 0.23% | - |
| HSV(B) | 345.14º | 0.94% | 0.44% | - |
| XYZ | 7.03 | 3.71 | 1.78 | - |
| YUV | 41.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 33 | 0 | 0.94 | 0.71 | 0.56 | 345.14 | 0.88 | 0.23 |
| Hex | 70 | 7 | 21 | 0 | 5E | 47 | 38 | 159 | 58 | 17 |
| Octal | 160 | 7 | 41 | 0 | 136 | 107 | 70 | 531 | 130 | 27 |
| Binary | 1110000 | 111 | 100001 | 0 | 1011110 | 1000111 | 111000 | 101011001 | 1011000 | 10111 |
Color Harmonies of #700721
Complementary color
Monochromatic Colors of #700721
Black with #700721
Text Example
Text Example
White with #700721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700721; }
p { color: rgb(112,7,33); }
H1.HeaderClassName
{
color: #700721;
}
.AnyTagClassName
{
color: #700721;
}
</style>
background-color css
<style>
a { background-color: #700721; }
a { background-color: rgb(112,7,33); }
div.DivClassName
{
background-color: #700721;
}
.BgClassName
{
background-color: #700721;
}
</style>
border-color css
<style>
span { border-color: #700721; }
span { border-color: rgb(112,7,33); }
td.TdClassName
{
border-color: #700721;
}
.TagClassName
{
border-color: #700721;
}
</style>