Shades of Burgundy #80042C
Tints of Burgundy #80042C
RGB
CMYK
RGB Variations
Color information
#80042C (or 0x80042C) is known color: Burgundy. HEX triplet: 80, 04 and 2C. RGB value is (128,4,44). Sum of RGB (Red+Green+Blue) = 128+4+44=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80042C is #7FFBD3. Grayscale: #2D2D2D. Windows color (decimal): -8387540 or 2884736. OLE color: 2884736.
HSL color Cylindrical-coordinate representation of color #80042C: hue angle of 340.65º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80042C is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 44 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.50 |
| HSL | 340.65º | 0.94% | 0.26% | - |
| HSV(B) | 340.65º | 0.97% | 0.5% | - |
| XYZ | 9.4 | 4.86 | 2.83 | - |
| YUV | 45.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 44 | 0 | 0.97 | 0.66 | 0.50 | 340.65 | 0.94 | 0.26 |
| Hex | 80 | 4 | 2C | 0 | 61 | 42 | 32 | 155 | 5E | 1A |
| Octal | 200 | 4 | 54 | 0 | 141 | 102 | 62 | 525 | 136 | 32 |
| Binary | 10000000 | 100 | 101100 | 0 | 1100001 | 1000010 | 110010 | 101010101 | 1011110 | 11010 |
Color Harmonies of #80042C
Complementary color
Monochromatic Colors of #80042C
Black with #80042C
Text Example
Text Example
White with #80042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80042C; }
p { color: rgb(128,4,44); }
H1.HeaderClassName
{
color: #80042C;
}
.AnyTagClassName
{
color: #80042C;
}
</style>
background-color css
<style>
a { background-color: #80042C; }
a { background-color: rgb(128,4,44); }
div.DivClassName
{
background-color: #80042C;
}
.BgClassName
{
background-color: #80042C;
}
</style>
border-color css
<style>
span { border-color: #80042C; }
span { border-color: rgb(128,4,44); }
td.TdClassName
{
border-color: #80042C;
}
.TagClassName
{
border-color: #80042C;
}
</style>