Shades of Burgundy #800434
Tints of Burgundy #800434
RGB
CMYK
RGB Variations
Color information
#800434 (or 0x800434) is known color: Burgundy. HEX triplet: 80, 04 and 34. RGB value is (128,4,52). Sum of RGB (Red+Green+Blue) = 128+4+52=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #800434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800434 is #7FFBCB. Grayscale: #2E2E2E. Windows color (decimal): -8387532 or 3409024. OLE color: 3409024.
HSL color Cylindrical-coordinate representation of color #800434: hue angle of 336.77º 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 #800434 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 52 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.50 |
| HSL | 336.77º | 0.94% | 0.26% | - |
| HSV(B) | 336.77º | 0.97% | 0.5% | - |
| XYZ | 9.57 | 4.92 | 3.7 | - |
| YUV | 46.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 52 | 0 | 0.97 | 0.59 | 0.50 | 336.77 | 0.94 | 0.26 |
| Hex | 80 | 4 | 34 | 0 | 61 | 3B | 32 | 151 | 5E | 1A |
| Octal | 200 | 4 | 64 | 0 | 141 | 73 | 62 | 521 | 136 | 32 |
| Binary | 10000000 | 100 | 110100 | 0 | 1100001 | 111011 | 110010 | 101010001 | 1011110 | 11010 |
Color Harmonies of #800434
Complementary color
Monochromatic Colors of #800434
Black with #800434
Text Example
Text Example
White with #800434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800434; }
p { color: rgb(128,4,52); }
H1.HeaderClassName
{
color: #800434;
}
.AnyTagClassName
{
color: #800434;
}
</style>
background-color css
<style>
a { background-color: #800434; }
a { background-color: rgb(128,4,52); }
div.DivClassName
{
background-color: #800434;
}
.BgClassName
{
background-color: #800434;
}
</style>
border-color css
<style>
span { border-color: #800434; }
span { border-color: rgb(128,4,52); }
td.TdClassName
{
border-color: #800434;
}
.TagClassName
{
border-color: #800434;
}
</style>