Shades of Burgundy #80052A
Tints of Burgundy #80052A
RGB
CMYK
RGB Variations
Color information
#80052A (or 0x80052A) is known color: Burgundy. HEX triplet: 80, 05 and 2A. RGB value is (128,5,42). Sum of RGB (Red+Green+Blue) = 128+5+42=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80052A is #7FFAD5. Grayscale: #2D2D2D. Windows color (decimal): -8387286 or 2753920. OLE color: 2753920.
HSL color Cylindrical-coordinate representation of color #80052A: hue angle of 341.95º 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 #80052A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 42 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.50 |
| HSL | 341.95º | 0.92% | 0.26% | - |
| HSV(B) | 341.95º | 0.96% | 0.5% | - |
| XYZ | 9.37 | 4.86 | 2.64 | - |
| YUV | 46 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 42 | 0 | 0.96 | 0.67 | 0.50 | 341.95 | 0.92 | 0.26 |
| Hex | 80 | 5 | 2A | 0 | 60 | 43 | 32 | 156 | 5C | 1A |
| Octal | 200 | 5 | 52 | 0 | 140 | 103 | 62 | 526 | 134 | 32 |
| Binary | 10000000 | 101 | 101010 | 0 | 1100000 | 1000011 | 110010 | 101010110 | 1011100 | 11010 |
Color Harmonies of #80052A
Complementary color
Monochromatic Colors of #80052A
Black with #80052A
Text Example
Text Example
White with #80052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80052A; }
p { color: rgb(128,5,42); }
H1.HeaderClassName
{
color: #80052A;
}
.AnyTagClassName
{
color: #80052A;
}
</style>
background-color css
<style>
a { background-color: #80052A; }
a { background-color: rgb(128,5,42); }
div.DivClassName
{
background-color: #80052A;
}
.BgClassName
{
background-color: #80052A;
}
</style>
border-color css
<style>
span { border-color: #80052A; }
span { border-color: rgb(128,5,42); }
td.TdClassName
{
border-color: #80052A;
}
.TagClassName
{
border-color: #80052A;
}
</style>