Shades of Burgundy #800222
Tints of Burgundy #800222
RGB
CMYK
RGB Variations
Color information
#800222 (or 0x800222) is known color: Burgundy. HEX triplet: 80, 02 and 22. RGB value is (128,2,34). Sum of RGB (Red+Green+Blue) = 128+2+34=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #800222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800222 is #7FFDDD. Grayscale: #2B2B2B. Windows color (decimal): -8388062 or 2228864. OLE color: 2228864.
HSL color Cylindrical-coordinate representation of color #800222: hue angle of 344.76º 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 #800222 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.50 |
| HSL | 344.76º | 0.97% | 0.25% | - |
| HSV(B) | 344.76º | 0.98% | 0.5% | - |
| XYZ | 9.21 | 4.75 | 1.94 | - |
| YUV | 43.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 34 | 0 | 0.98 | 0.73 | 0.50 | 344.76 | 0.97 | 0.25 |
| Hex | 80 | 2 | 22 | 0 | 62 | 49 | 32 | 159 | 61 | 19 |
| Octal | 200 | 2 | 42 | 0 | 142 | 111 | 62 | 531 | 141 | 31 |
| Binary | 10000000 | 10 | 100010 | 0 | 1100010 | 1001001 | 110010 | 101011001 | 1100001 | 11001 |
Color Harmonies of #800222
Complementary color
Monochromatic Colors of #800222
Black with #800222
Text Example
Text Example
White with #800222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800222; }
p { color: rgb(128,2,34); }
H1.HeaderClassName
{
color: #800222;
}
.AnyTagClassName
{
color: #800222;
}
</style>
background-color css
<style>
a { background-color: #800222; }
a { background-color: rgb(128,2,34); }
div.DivClassName
{
background-color: #800222;
}
.BgClassName
{
background-color: #800222;
}
</style>
border-color css
<style>
span { border-color: #800222; }
span { border-color: rgb(128,2,34); }
td.TdClassName
{
border-color: #800222;
}
.TagClassName
{
border-color: #800222;
}
</style>