Shades of Burgundy #80052F
Tints of Burgundy #80052F
RGB
CMYK
RGB Variations
Color information
#80052F (or 0x80052F) is known color: Burgundy. HEX triplet: 80, 05 and 2F. RGB value is (128,5,47). Sum of RGB (Red+Green+Blue) = 128+5+47=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80052F is #7FFAD0. Grayscale: #2E2E2E. Windows color (decimal): -8387281 or 3081600. OLE color: 3081600.
HSL color Cylindrical-coordinate representation of color #80052F: hue angle of 339.51º 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 #80052F is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 47 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.50 |
| HSL | 339.51º | 0.92% | 0.26% | - |
| HSV(B) | 339.51º | 0.96% | 0.5% | - |
| XYZ | 9.47 | 4.9 | 3.14 | - |
| YUV | 46.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 47 | 0 | 0.96 | 0.63 | 0.50 | 339.51 | 0.92 | 0.26 |
| Hex | 80 | 5 | 2F | 0 | 60 | 3F | 32 | 154 | 5C | 1A |
| Octal | 200 | 5 | 57 | 0 | 140 | 77 | 62 | 524 | 134 | 32 |
| Binary | 10000000 | 101 | 101111 | 0 | 1100000 | 111111 | 110010 | 101010100 | 1011100 | 11010 |
Color Harmonies of #80052F
Complementary color
Monochromatic Colors of #80052F
Black with #80052F
Text Example
Text Example
White with #80052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80052F; }
p { color: rgb(128,5,47); }
H1.HeaderClassName
{
color: #80052F;
}
.AnyTagClassName
{
color: #80052F;
}
</style>
background-color css
<style>
a { background-color: #80052F; }
a { background-color: rgb(128,5,47); }
div.DivClassName
{
background-color: #80052F;
}
.BgClassName
{
background-color: #80052F;
}
</style>
border-color css
<style>
span { border-color: #80052F; }
span { border-color: rgb(128,5,47); }
td.TdClassName
{
border-color: #80052F;
}
.TagClassName
{
border-color: #80052F;
}
</style>