Shades of Burgundy #80121C
Tints of Burgundy #80121C
RGB
CMYK
RGB Variations
Color information
#80121C (or 0x80121C) is known color: Burgundy. HEX triplet: 80, 12 and 1C. RGB value is (128,18,28). Sum of RGB (Red+Green+Blue) = 128+18+28=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80121C is #7FEDE3. Grayscale: #343434. Windows color (decimal): -8383972 or 1839744. OLE color: 1839744.
HSL color Cylindrical-coordinate representation of color #80121C: hue angle of 354.55º 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 #80121C is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 28 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.50 |
| HSL | 354.55º | 0.75% | 0.29% | - |
| HSV(B) | 354.55º | 0.86% | 0.5% | - |
| XYZ | 9.33 | 5.11 | 1.59 | - |
| YUV | 52.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 28 | 0 | 0.86 | 0.78 | 0.50 | 354.55 | 0.75 | 0.29 |
| Hex | 80 | 12 | 1C | 0 | 56 | 4E | 32 | 163 | 4B | 1D |
| Octal | 200 | 22 | 34 | 0 | 126 | 116 | 62 | 543 | 113 | 35 |
| Binary | 10000000 | 10010 | 11100 | 0 | 1010110 | 1001110 | 110010 | 101100011 | 1001011 | 11101 |
Color Harmonies of #80121C
Complementary color
Monochromatic Colors of #80121C
Black with #80121C
Text Example
Text Example
White with #80121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80121C; }
p { color: rgb(128,18,28); }
H1.HeaderClassName
{
color: #80121C;
}
.AnyTagClassName
{
color: #80121C;
}
</style>
background-color css
<style>
a { background-color: #80121C; }
a { background-color: rgb(128,18,28); }
div.DivClassName
{
background-color: #80121C;
}
.BgClassName
{
background-color: #80121C;
}
</style>
border-color css
<style>
span { border-color: #80121C; }
span { border-color: rgb(128,18,28); }
td.TdClassName
{
border-color: #80121C;
}
.TagClassName
{
border-color: #80121C;
}
</style>