Shades of Burgundy #80122A
Tints of Burgundy #80122A
RGB
CMYK
RGB Variations
Color information
#80122A (or 0x80122A) is known color: Burgundy. HEX triplet: 80, 12 and 2A. RGB value is (128,18,42). Sum of RGB (Red+Green+Blue) = 128+18+42=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #80122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80122A is #7FEDD5. Grayscale: #353535. Windows color (decimal): -8383958 or 2757248. OLE color: 2757248.
HSL color Cylindrical-coordinate representation of color #80122A: hue angle of 346.91º 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 #80122A is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 42 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.50 |
| HSL | 346.91º | 0.75% | 0.29% | - |
| HSV(B) | 346.91º | 0.86% | 0.5% | - |
| XYZ | 9.54 | 5.19 | 2.69 | - |
| YUV | 53.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 42 | 0 | 0.86 | 0.67 | 0.50 | 346.91 | 0.75 | 0.29 |
| Hex | 80 | 12 | 2A | 0 | 56 | 43 | 32 | 15B | 4B | 1D |
| Octal | 200 | 22 | 52 | 0 | 126 | 103 | 62 | 533 | 113 | 35 |
| Binary | 10000000 | 10010 | 101010 | 0 | 1010110 | 1000011 | 110010 | 101011011 | 1001011 | 11101 |
Color Harmonies of #80122A
Complementary color
Monochromatic Colors of #80122A
Black with #80122A
Text Example
Text Example
White with #80122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80122A; }
p { color: rgb(128,18,42); }
H1.HeaderClassName
{
color: #80122A;
}
.AnyTagClassName
{
color: #80122A;
}
</style>
background-color css
<style>
a { background-color: #80122A; }
a { background-color: rgb(128,18,42); }
div.DivClassName
{
background-color: #80122A;
}
.BgClassName
{
background-color: #80122A;
}
</style>
border-color css
<style>
span { border-color: #80122A; }
span { border-color: rgb(128,18,42); }
td.TdClassName
{
border-color: #80122A;
}
.TagClassName
{
border-color: #80122A;
}
</style>