Shades of Burgundy #800021
Tints of Burgundy #800021
RGB
CMYK
RGB Variations
Color information
#800021 (or 0x800021) is known color: Burgundy. HEX triplet: 80, 00 and 21. RGB value is (128,0,33). Sum of RGB (Red+Green+Blue) = 128+0+33=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #800021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800021 is #7FFFDE. Grayscale: #2A2A2A. Windows color (decimal): -8388575 or 2162816. OLE color: 2162816.
HSL color Cylindrical-coordinate representation of color #800021: hue angle of 344.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800021 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.74 | 0.50 |
| HSL | 344.53º | 1% | 0.25% | - |
| HSV(B) | 344.53º | 1% | 0.5% | - |
| XYZ | 9.18 | 4.7 | 1.86 | - |
| YUV | 42.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 33 | 0 | 1 | 0.74 | 0.50 | 344.53 | 1 | 0.25 |
| Hex | 80 | 0 | 21 | 0 | 64 | 4A | 32 | 159 | 64 | 19 |
| Octal | 200 | 0 | 41 | 0 | 144 | 112 | 62 | 531 | 144 | 31 |
| Binary | 10000000 | 0 | 100001 | 0 | 1100100 | 1001010 | 110010 | 101011001 | 1100100 | 11001 |
Color Harmonies of #800021
Complementary color
Monochromatic Colors of #800021
Black with #800021
Text Example
Text Example
White with #800021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800021; }
p { color: rgb(128,0,33); }
H1.HeaderClassName
{
color: #800021;
}
.AnyTagClassName
{
color: #800021;
}
</style>
background-color css
<style>
a { background-color: #800021; }
a { background-color: rgb(128,0,33); }
div.DivClassName
{
background-color: #800021;
}
.BgClassName
{
background-color: #800021;
}
</style>
border-color css
<style>
span { border-color: #800021; }
span { border-color: rgb(128,0,33); }
td.TdClassName
{
border-color: #800021;
}
.TagClassName
{
border-color: #800021;
}
</style>