Shades of Burgundy #800122
Tints of Burgundy #800122
RGB
CMYK
RGB Variations
Color information
#800122 (or 0x800122) is known color: Burgundy. HEX triplet: 80, 01 and 22. RGB value is (128,1,34). Sum of RGB (Red+Green+Blue) = 128+1+34=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #800122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800122 is #7FFEDD. Grayscale: #2A2A2A. Windows color (decimal): -8388318 or 2228608. OLE color: 2228608.
HSL color Cylindrical-coordinate representation of color #800122: hue angle of 344.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800122 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.50 |
| HSL | 344.41º | 0.98% | 0.25% | - |
| HSV(B) | 344.41º | 0.99% | 0.5% | - |
| XYZ | 9.2 | 4.73 | 1.94 | - |
| YUV | 42.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 34 | 0 | 0.99 | 0.73 | 0.50 | 344.41 | 0.98 | 0.25 |
| Hex | 80 | 1 | 22 | 0 | 63 | 49 | 32 | 158 | 62 | 19 |
| Octal | 200 | 1 | 42 | 0 | 143 | 111 | 62 | 530 | 142 | 31 |
| Binary | 10000000 | 1 | 100010 | 0 | 1100011 | 1001001 | 110010 | 101011000 | 1100010 | 11001 |
Color Harmonies of #800122
Complementary color
Monochromatic Colors of #800122
Black with #800122
Text Example
Text Example
White with #800122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800122; }
p { color: rgb(128,1,34); }
H1.HeaderClassName
{
color: #800122;
}
.AnyTagClassName
{
color: #800122;
}
</style>
background-color css
<style>
a { background-color: #800122; }
a { background-color: rgb(128,1,34); }
div.DivClassName
{
background-color: #800122;
}
.BgClassName
{
background-color: #800122;
}
</style>
border-color css
<style>
span { border-color: #800122; }
span { border-color: rgb(128,1,34); }
td.TdClassName
{
border-color: #800122;
}
.TagClassName
{
border-color: #800122;
}
</style>