Shades of Burgundy #80121B
Tints of Burgundy #80121B
RGB
CMYK
RGB Variations
Color information
#80121B (or 0x80121B) is known color: Burgundy. HEX triplet: 80, 12 and 1B. RGB value is (128,18,27). Sum of RGB (Red+Green+Blue) = 128+18+27=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80121B is #7FEDE4. Grayscale: #333333. Windows color (decimal): -8383973 or 1774208. OLE color: 1774208.
HSL color Cylindrical-coordinate representation of color #80121B: hue angle of 355.09º 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 #80121B is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 27 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.50 |
| HSL | 355.09º | 0.75% | 0.29% | - |
| HSV(B) | 355.09º | 0.86% | 0.5% | - |
| XYZ | 9.32 | 5.1 | 1.53 | - |
| YUV | 51.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 27 | 0 | 0.86 | 0.79 | 0.50 | 355.09 | 0.75 | 0.29 |
| Hex | 80 | 12 | 1B | 0 | 56 | 4F | 32 | 163 | 4B | 1D |
| Octal | 200 | 22 | 33 | 0 | 126 | 117 | 62 | 543 | 113 | 35 |
| Binary | 10000000 | 10010 | 11011 | 0 | 1010110 | 1001111 | 110010 | 101100011 | 1001011 | 11101 |
Color Harmonies of #80121B
Complementary color
Monochromatic Colors of #80121B
Black with #80121B
Text Example
Text Example
White with #80121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80121B; }
p { color: rgb(128,18,27); }
H1.HeaderClassName
{
color: #80121B;
}
.AnyTagClassName
{
color: #80121B;
}
</style>
background-color css
<style>
a { background-color: #80121B; }
a { background-color: rgb(128,18,27); }
div.DivClassName
{
background-color: #80121B;
}
.BgClassName
{
background-color: #80121B;
}
</style>
border-color css
<style>
span { border-color: #80121B; }
span { border-color: rgb(128,18,27); }
td.TdClassName
{
border-color: #80121B;
}
.TagClassName
{
border-color: #80121B;
}
</style>