Shades of Burgundy #800A22
Tints of Burgundy #800A22
RGB
CMYK
RGB Variations
Color information
#800A22 (or 0x800A22) is known color: Burgundy. HEX triplet: 80, 0A and 22. RGB value is (128,10,34). Sum of RGB (Red+Green+Blue) = 128+10+34=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #800A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800A22 is #7FF5DD. Grayscale: #303030. Windows color (decimal): -8386014 or 2230912. OLE color: 2230912.
HSL color Cylindrical-coordinate representation of color #800A22: hue angle of 347.8º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A22 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 10 | 34 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.50 |
| HSL | 347.8º | 0.86% | 0.27% | - |
| HSV(B) | 347.8º | 0.92% | 0.5% | - |
| XYZ | 9.3 | 4.92 | 1.97 | - |
| YUV | 48.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 34 | 0 | 0.92 | 0.73 | 0.50 | 347.8 | 0.86 | 0.27 |
| Hex | 80 | A | 22 | 0 | 5C | 49 | 32 | 15C | 56 | 1B |
| Octal | 200 | 12 | 42 | 0 | 134 | 111 | 62 | 534 | 126 | 33 |
| Binary | 10000000 | 1010 | 100010 | 0 | 1011100 | 1001001 | 110010 | 101011100 | 1010110 | 11011 |
Color Harmonies of #800A22
Complementary color
Monochromatic Colors of #800A22
Black with #800A22
Text Example
Text Example
White with #800A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A22; }
p { color: rgb(128,10,34); }
H1.HeaderClassName
{
color: #800A22;
}
.AnyTagClassName
{
color: #800A22;
}
</style>
background-color css
<style>
a { background-color: #800A22; }
a { background-color: rgb(128,10,34); }
div.DivClassName
{
background-color: #800A22;
}
.BgClassName
{
background-color: #800A22;
}
</style>
border-color css
<style>
span { border-color: #800A22; }
span { border-color: rgb(128,10,34); }
td.TdClassName
{
border-color: #800A22;
}
.TagClassName
{
border-color: #800A22;
}
</style>