Shades of Burgundy #800221
Tints of Burgundy #800221
RGB
CMYK
RGB Variations
Color information
#800221 (or 0x800221) is known color: Burgundy. HEX triplet: 80, 02 and 21. RGB value is (128,2,33). Sum of RGB (Red+Green+Blue) = 128+2+33=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #800221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800221 is #7FFDDE. Grayscale: #2B2B2B. Windows color (decimal): -8388063 or 2163328. OLE color: 2163328.
HSL color Cylindrical-coordinate representation of color #800221: hue angle of 345.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800221 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 33 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.50 |
| HSL | 345.24º | 0.97% | 0.25% | - |
| HSV(B) | 345.24º | 0.98% | 0.5% | - |
| XYZ | 9.2 | 4.74 | 1.87 | - |
| YUV | 43.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 33 | 0 | 0.98 | 0.74 | 0.50 | 345.24 | 0.97 | 0.25 |
| Hex | 80 | 2 | 21 | 0 | 62 | 4A | 32 | 159 | 61 | 19 |
| Octal | 200 | 2 | 41 | 0 | 142 | 112 | 62 | 531 | 141 | 31 |
| Binary | 10000000 | 10 | 100001 | 0 | 1100010 | 1001010 | 110010 | 101011001 | 1100001 | 11001 |
Color Harmonies of #800221
Complementary color
Monochromatic Colors of #800221
Black with #800221
Text Example
Text Example
White with #800221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800221; }
p { color: rgb(128,2,33); }
H1.HeaderClassName
{
color: #800221;
}
.AnyTagClassName
{
color: #800221;
}
</style>
background-color css
<style>
a { background-color: #800221; }
a { background-color: rgb(128,2,33); }
div.DivClassName
{
background-color: #800221;
}
.BgClassName
{
background-color: #800221;
}
</style>
border-color css
<style>
span { border-color: #800221; }
span { border-color: rgb(128,2,33); }
td.TdClassName
{
border-color: #800221;
}
.TagClassName
{
border-color: #800221;
}
</style>