Shades of Burgundy #700221
Tints of Burgundy #700221
RGB
CMYK
RGB Variations
Color information
#700221 (or 0x700221) is known color: Burgundy. HEX triplet: 70, 02 and 21. RGB value is (112,2,33). Sum of RGB (Red+Green+Blue) = 112+2+33=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #700221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700221 is #8FFDDE. Grayscale: #262626. Windows color (decimal): -9436639 or 2163312. OLE color: 2163312.
HSL color Cylindrical-coordinate representation of color #700221: hue angle of 343.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700221 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 33 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.56 |
| HSL | 343.09º | 0.96% | 0.22% | - |
| HSV(B) | 343.09º | 0.98% | 0.44% | - |
| XYZ | 6.98 | 3.6 | 1.77 | - |
| YUV | 38.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 33 | 0 | 0.98 | 0.71 | 0.56 | 343.09 | 0.96 | 0.22 |
| Hex | 70 | 2 | 21 | 0 | 62 | 47 | 38 | 157 | 60 | 16 |
| Octal | 160 | 2 | 41 | 0 | 142 | 107 | 70 | 527 | 140 | 26 |
| Binary | 1110000 | 10 | 100001 | 0 | 1100010 | 1000111 | 111000 | 101010111 | 1100000 | 10110 |
Color Harmonies of #700221
Complementary color
Monochromatic Colors of #700221
Black with #700221
Text Example
Text Example
White with #700221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700221; }
p { color: rgb(112,2,33); }
H1.HeaderClassName
{
color: #700221;
}
.AnyTagClassName
{
color: #700221;
}
</style>
background-color css
<style>
a { background-color: #700221; }
a { background-color: rgb(112,2,33); }
div.DivClassName
{
background-color: #700221;
}
.BgClassName
{
background-color: #700221;
}
</style>
border-color css
<style>
span { border-color: #700221; }
span { border-color: rgb(112,2,33); }
td.TdClassName
{
border-color: #700221;
}
.TagClassName
{
border-color: #700221;
}
</style>