Shades of Burgundy #800422
Tints of Burgundy #800422
RGB
CMYK
RGB Variations
Color information
#800422 (or 0x800422) is known color: Burgundy. HEX triplet: 80, 04 and 22. RGB value is (128,4,34). Sum of RGB (Red+Green+Blue) = 128+4+34=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #800422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800422 is #7FFBDD. Grayscale: #2C2C2C. Windows color (decimal): -8387550 or 2229376. OLE color: 2229376.
HSL color Cylindrical-coordinate representation of color #800422: hue angle of 345.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800422 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 34 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.50 |
| HSL | 345.48º | 0.94% | 0.26% | - |
| HSV(B) | 345.48º | 0.97% | 0.5% | - |
| XYZ | 9.23 | 4.79 | 1.95 | - |
| YUV | 44.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 34 | 0 | 0.97 | 0.73 | 0.50 | 345.48 | 0.94 | 0.26 |
| Hex | 80 | 4 | 22 | 0 | 61 | 49 | 32 | 159 | 5E | 1A |
| Octal | 200 | 4 | 42 | 0 | 141 | 111 | 62 | 531 | 136 | 32 |
| Binary | 10000000 | 100 | 100010 | 0 | 1100001 | 1001001 | 110010 | 101011001 | 1011110 | 11010 |
Color Harmonies of #800422
Complementary color
Monochromatic Colors of #800422
Black with #800422
Text Example
Text Example
White with #800422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800422; }
p { color: rgb(128,4,34); }
H1.HeaderClassName
{
color: #800422;
}
.AnyTagClassName
{
color: #800422;
}
</style>
background-color css
<style>
a { background-color: #800422; }
a { background-color: rgb(128,4,34); }
div.DivClassName
{
background-color: #800422;
}
.BgClassName
{
background-color: #800422;
}
</style>
border-color css
<style>
span { border-color: #800422; }
span { border-color: rgb(128,4,34); }
td.TdClassName
{
border-color: #800422;
}
.TagClassName
{
border-color: #800422;
}
</style>