Shades of Burgundy #800219
Tints of Burgundy #800219
RGB
CMYK
RGB Variations
Color information
#800219 (or 0x800219) is known color: Burgundy. HEX triplet: 80, 02 and 19. RGB value is (128,2,25). Sum of RGB (Red+Green+Blue) = 128+2+25=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800219 is #7FFDE6. Grayscale: #2A2A2A. Windows color (decimal): -8388071 or 1639040. OLE color: 1639040.
HSL color Cylindrical-coordinate representation of color #800219: hue angle of 349.05º 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 #800219 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 25 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.50 |
| HSL | 349.05º | 0.97% | 0.25% | - |
| HSV(B) | 349.05º | 0.98% | 0.5% | - |
| XYZ | 9.1 | 4.7 | 1.35 | - |
| YUV | 42.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 25 | 0 | 0.98 | 0.80 | 0.50 | 349.05 | 0.97 | 0.25 |
| Hex | 80 | 2 | 19 | 0 | 62 | 50 | 32 | 15D | 61 | 19 |
| Octal | 200 | 2 | 31 | 0 | 142 | 120 | 62 | 535 | 141 | 31 |
| Binary | 10000000 | 10 | 11001 | 0 | 1100010 | 1010000 | 110010 | 101011101 | 1100001 | 11001 |
Color Harmonies of #800219
Complementary color
Monochromatic Colors of #800219
Black with #800219
Text Example
Text Example
White with #800219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800219; }
p { color: rgb(128,2,25); }
H1.HeaderClassName
{
color: #800219;
}
.AnyTagClassName
{
color: #800219;
}
</style>
background-color css
<style>
a { background-color: #800219; }
a { background-color: rgb(128,2,25); }
div.DivClassName
{
background-color: #800219;
}
.BgClassName
{
background-color: #800219;
}
</style>
border-color css
<style>
span { border-color: #800219; }
span { border-color: rgb(128,2,25); }
td.TdClassName
{
border-color: #800219;
}
.TagClassName
{
border-color: #800219;
}
</style>