Shades of Burgundy #800431
Tints of Burgundy #800431
RGB
CMYK
RGB Variations
Color information
#800431 (or 0x800431) is known color: Burgundy. HEX triplet: 80, 04 and 31. RGB value is (128,4,49). Sum of RGB (Red+Green+Blue) = 128+4+49=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #800431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800431 is #7FFBCE. Grayscale: #2E2E2E. Windows color (decimal): -8387535 or 3212416. OLE color: 3212416.
HSL color Cylindrical-coordinate representation of color #800431: hue angle of 338.23º 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 #800431 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 49 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.50 |
| HSL | 338.23º | 0.94% | 0.26% | - |
| HSV(B) | 338.23º | 0.97% | 0.5% | - |
| XYZ | 9.5 | 4.9 | 3.35 | - |
| YUV | 46.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 49 | 0 | 0.97 | 0.62 | 0.50 | 338.23 | 0.94 | 0.26 |
| Hex | 80 | 4 | 31 | 0 | 61 | 3E | 32 | 152 | 5E | 1A |
| Octal | 200 | 4 | 61 | 0 | 141 | 76 | 62 | 522 | 136 | 32 |
| Binary | 10000000 | 100 | 110001 | 0 | 1100001 | 111110 | 110010 | 101010010 | 1011110 | 11010 |
Color Harmonies of #800431
Complementary color
Monochromatic Colors of #800431
Black with #800431
Text Example
Text Example
White with #800431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800431; }
p { color: rgb(128,4,49); }
H1.HeaderClassName
{
color: #800431;
}
.AnyTagClassName
{
color: #800431;
}
</style>
background-color css
<style>
a { background-color: #800431; }
a { background-color: rgb(128,4,49); }
div.DivClassName
{
background-color: #800431;
}
.BgClassName
{
background-color: #800431;
}
</style>
border-color css
<style>
span { border-color: #800431; }
span { border-color: rgb(128,4,49); }
td.TdClassName
{
border-color: #800431;
}
.TagClassName
{
border-color: #800431;
}
</style>