Shades of Burgundy #800432
Tints of Burgundy #800432
RGB
CMYK
RGB Variations
Color information
#800432 (or 0x800432) is known color: Burgundy. HEX triplet: 80, 04 and 32. RGB value is (128,4,50). Sum of RGB (Red+Green+Blue) = 128+4+50=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #800432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800432 is #7FFBCD. Grayscale: #2E2E2E. Windows color (decimal): -8387534 or 3277952. OLE color: 3277952.
HSL color Cylindrical-coordinate representation of color #800432: hue angle of 337.74º 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 #800432 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 50 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.50 |
| HSL | 337.74º | 0.94% | 0.26% | - |
| HSV(B) | 337.74º | 0.97% | 0.5% | - |
| XYZ | 9.52 | 4.91 | 3.46 | - |
| YUV | 46.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 50 | 0 | 0.97 | 0.61 | 0.50 | 337.74 | 0.94 | 0.26 |
| Hex | 80 | 4 | 32 | 0 | 61 | 3D | 32 | 152 | 5E | 1A |
| Octal | 200 | 4 | 62 | 0 | 141 | 75 | 62 | 522 | 136 | 32 |
| Binary | 10000000 | 100 | 110010 | 0 | 1100001 | 111101 | 110010 | 101010010 | 1011110 | 11010 |
Color Harmonies of #800432
Complementary color
Monochromatic Colors of #800432
Black with #800432
Text Example
Text Example
White with #800432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800432; }
p { color: rgb(128,4,50); }
H1.HeaderClassName
{
color: #800432;
}
.AnyTagClassName
{
color: #800432;
}
</style>
background-color css
<style>
a { background-color: #800432; }
a { background-color: rgb(128,4,50); }
div.DivClassName
{
background-color: #800432;
}
.BgClassName
{
background-color: #800432;
}
</style>
border-color css
<style>
span { border-color: #800432; }
span { border-color: rgb(128,4,50); }
td.TdClassName
{
border-color: #800432;
}
.TagClassName
{
border-color: #800432;
}
</style>