Shades of Burgundy #800533
Tints of Burgundy #800533
RGB
CMYK
RGB Variations
Color information
#800533 (or 0x800533) is known color: Burgundy. HEX triplet: 80, 05 and 33. RGB value is (128,5,51). Sum of RGB (Red+Green+Blue) = 128+5+51=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #800533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800533 is #7FFACC. Grayscale: #2E2E2E. Windows color (decimal): -8387277 or 3343744. OLE color: 3343744.
HSL color Cylindrical-coordinate representation of color #800533: hue angle of 337.56º 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 #800533 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 51 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.50 |
| HSL | 337.56º | 0.92% | 0.26% | - |
| HSV(B) | 337.56º | 0.96% | 0.5% | - |
| XYZ | 9.55 | 4.94 | 3.58 | - |
| YUV | 47.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 51 | 0 | 0.96 | 0.60 | 0.50 | 337.56 | 0.92 | 0.26 |
| Hex | 80 | 5 | 33 | 0 | 60 | 3C | 32 | 152 | 5C | 1A |
| Octal | 200 | 5 | 63 | 0 | 140 | 74 | 62 | 522 | 134 | 32 |
| Binary | 10000000 | 101 | 110011 | 0 | 1100000 | 111100 | 110010 | 101010010 | 1011100 | 11010 |
Color Harmonies of #800533
Complementary color
Monochromatic Colors of #800533
Black with #800533
Text Example
Text Example
White with #800533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800533; }
p { color: rgb(128,5,51); }
H1.HeaderClassName
{
color: #800533;
}
.AnyTagClassName
{
color: #800533;
}
</style>
background-color css
<style>
a { background-color: #800533; }
a { background-color: rgb(128,5,51); }
div.DivClassName
{
background-color: #800533;
}
.BgClassName
{
background-color: #800533;
}
</style>
border-color css
<style>
span { border-color: #800533; }
span { border-color: rgb(128,5,51); }
td.TdClassName
{
border-color: #800533;
}
.TagClassName
{
border-color: #800533;
}
</style>