Shades of Burgundy #80052C
Tints of Burgundy #80052C
RGB
CMYK
RGB Variations
Color information
#80052C (or 0x80052C) is known color: Burgundy. HEX triplet: 80, 05 and 2C. RGB value is (128,5,44). Sum of RGB (Red+Green+Blue) = 128+5+44=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #80052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80052C is #7FFAD3. Grayscale: #2E2E2E. Windows color (decimal): -8387284 or 2884992. OLE color: 2884992.
HSL color Cylindrical-coordinate representation of color #80052C: hue angle of 340.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80052C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 44 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.50 |
| HSL | 340.98º | 0.92% | 0.26% | - |
| HSV(B) | 340.98º | 0.96% | 0.5% | - |
| XYZ | 9.41 | 4.88 | 2.83 | - |
| YUV | 46.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 44 | 0 | 0.96 | 0.66 | 0.50 | 340.98 | 0.92 | 0.26 |
| Hex | 80 | 5 | 2C | 0 | 60 | 42 | 32 | 155 | 5C | 1A |
| Octal | 200 | 5 | 54 | 0 | 140 | 102 | 62 | 525 | 134 | 32 |
| Binary | 10000000 | 101 | 101100 | 0 | 1100000 | 1000010 | 110010 | 101010101 | 1011100 | 11010 |
Color Harmonies of #80052C
Complementary color
Monochromatic Colors of #80052C
Black with #80052C
Text Example
Text Example
White with #80052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80052C; }
p { color: rgb(128,5,44); }
H1.HeaderClassName
{
color: #80052C;
}
.AnyTagClassName
{
color: #80052C;
}
</style>
background-color css
<style>
a { background-color: #80052C; }
a { background-color: rgb(128,5,44); }
div.DivClassName
{
background-color: #80052C;
}
.BgClassName
{
background-color: #80052C;
}
</style>
border-color css
<style>
span { border-color: #80052C; }
span { border-color: rgb(128,5,44); }
td.TdClassName
{
border-color: #80052C;
}
.TagClassName
{
border-color: #80052C;
}
</style>