Shades of Burgundy #80122C
Tints of Burgundy #80122C
RGB
CMYK
RGB Variations
Color information
#80122C (or 0x80122C) is known color: Burgundy. HEX triplet: 80, 12 and 2C. RGB value is (128,18,44). Sum of RGB (Red+Green+Blue) = 128+18+44=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80122C is #7FEDD3. Grayscale: #353535. Windows color (decimal): -8383956 or 2888320. OLE color: 2888320.
HSL color Cylindrical-coordinate representation of color #80122C: hue angle of 345.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80122C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 44 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.50 |
| HSL | 345.82º | 0.75% | 0.29% | - |
| HSV(B) | 345.82º | 0.86% | 0.5% | - |
| XYZ | 9.57 | 5.2 | 2.88 | - |
| YUV | 53.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 44 | 0 | 0.86 | 0.66 | 0.50 | 345.82 | 0.75 | 0.29 |
| Hex | 80 | 12 | 2C | 0 | 56 | 42 | 32 | 15A | 4B | 1D |
| Octal | 200 | 22 | 54 | 0 | 126 | 102 | 62 | 532 | 113 | 35 |
| Binary | 10000000 | 10010 | 101100 | 0 | 1010110 | 1000010 | 110010 | 101011010 | 1001011 | 11101 |
Color Harmonies of #80122C
Complementary color
Monochromatic Colors of #80122C
Black with #80122C
Text Example
Text Example
White with #80122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80122C; }
p { color: rgb(128,18,44); }
H1.HeaderClassName
{
color: #80122C;
}
.AnyTagClassName
{
color: #80122C;
}
</style>
background-color css
<style>
a { background-color: #80122C; }
a { background-color: rgb(128,18,44); }
div.DivClassName
{
background-color: #80122C;
}
.BgClassName
{
background-color: #80122C;
}
</style>
border-color css
<style>
span { border-color: #80122C; }
span { border-color: rgb(128,18,44); }
td.TdClassName
{
border-color: #80122C;
}
.TagClassName
{
border-color: #80122C;
}
</style>