Shades of Burgundy #80121D
Tints of Burgundy #80121D
RGB
CMYK
RGB Variations
Color information
#80121D (or 0x80121D) is known color: Burgundy. HEX triplet: 80, 12 and 1D. RGB value is (128,18,29). Sum of RGB (Red+Green+Blue) = 128+18+29=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80121D is #7FEDE2. Grayscale: #343434. Windows color (decimal): -8383971 or 1905280. OLE color: 1905280.
HSL color Cylindrical-coordinate representation of color #80121D: hue angle of 354º 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 #80121D is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 29 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.50 |
| HSL | 354º | 0.75% | 0.29% | - |
| HSV(B) | 354º | 0.86% | 0.5% | - |
| XYZ | 9.34 | 5.11 | 1.66 | - |
| YUV | 52.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 29 | 0 | 0.86 | 0.77 | 0.50 | 354 | 0.75 | 0.29 |
| Hex | 80 | 12 | 1D | 0 | 56 | 4D | 32 | 162 | 4B | 1D |
| Octal | 200 | 22 | 35 | 0 | 126 | 115 | 62 | 542 | 113 | 35 |
| Binary | 10000000 | 10010 | 11101 | 0 | 1010110 | 1001101 | 110010 | 101100010 | 1001011 | 11101 |
Color Harmonies of #80121D
Complementary color
Monochromatic Colors of #80121D
Black with #80121D
Text Example
Text Example
White with #80121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80121D; }
p { color: rgb(128,18,29); }
H1.HeaderClassName
{
color: #80121D;
}
.AnyTagClassName
{
color: #80121D;
}
</style>
background-color css
<style>
a { background-color: #80121D; }
a { background-color: rgb(128,18,29); }
div.DivClassName
{
background-color: #80121D;
}
.BgClassName
{
background-color: #80121D;
}
</style>
border-color css
<style>
span { border-color: #80121D; }
span { border-color: rgb(128,18,29); }
td.TdClassName
{
border-color: #80121D;
}
.TagClassName
{
border-color: #80121D;
}
</style>