Shades of Burgundy #800321
Tints of Burgundy #800321
RGB
CMYK
RGB Variations
Color information
#800321 (or 0x800321) is known color: Burgundy. HEX triplet: 80, 03 and 21. RGB value is (128,3,33). Sum of RGB (Red+Green+Blue) = 128+3+33=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #800321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800321 is #7FFCDE. Grayscale: #2B2B2B. Windows color (decimal): -8387807 or 2163584. OLE color: 2163584.
HSL color Cylindrical-coordinate representation of color #800321: hue angle of 345.6º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800321 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.50 |
| HSL | 345.6º | 0.95% | 0.26% | - |
| HSV(B) | 345.6º | 0.98% | 0.5% | - |
| XYZ | 9.21 | 4.76 | 1.87 | - |
| YUV | 43.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 33 | 0 | 0.98 | 0.74 | 0.50 | 345.6 | 0.95 | 0.26 |
| Hex | 80 | 3 | 21 | 0 | 62 | 4A | 32 | 15A | 5F | 1A |
| Octal | 200 | 3 | 41 | 0 | 142 | 112 | 62 | 532 | 137 | 32 |
| Binary | 10000000 | 11 | 100001 | 0 | 1100010 | 1001010 | 110010 | 101011010 | 1011111 | 11010 |
Color Harmonies of #800321
Complementary color
Monochromatic Colors of #800321
Black with #800321
Text Example
Text Example
White with #800321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800321; }
p { color: rgb(128,3,33); }
H1.HeaderClassName
{
color: #800321;
}
.AnyTagClassName
{
color: #800321;
}
</style>
background-color css
<style>
a { background-color: #800321; }
a { background-color: rgb(128,3,33); }
div.DivClassName
{
background-color: #800321;
}
.BgClassName
{
background-color: #800321;
}
</style>
border-color css
<style>
span { border-color: #800321; }
span { border-color: rgb(128,3,33); }
td.TdClassName
{
border-color: #800321;
}
.TagClassName
{
border-color: #800321;
}
</style>