Shades of Burgundy #800428
Tints of Burgundy #800428
RGB
CMYK
RGB Variations
Color information
#800428 (or 0x800428) is known color: Burgundy. HEX triplet: 80, 04 and 28. RGB value is (128,4,40). Sum of RGB (Red+Green+Blue) = 128+4+40=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #800428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800428 is #7FFBD7. Grayscale: #2D2D2D. Windows color (decimal): -8387544 or 2622592. OLE color: 2622592.
HSL color Cylindrical-coordinate representation of color #800428: hue angle of 342.58º 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 #800428 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 40 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.50 |
| HSL | 342.58º | 0.94% | 0.26% | - |
| HSV(B) | 342.58º | 0.97% | 0.5% | - |
| XYZ | 9.33 | 4.83 | 2.45 | - |
| YUV | 45.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 40 | 0 | 0.97 | 0.69 | 0.50 | 342.58 | 0.94 | 0.26 |
| Hex | 80 | 4 | 28 | 0 | 61 | 45 | 32 | 157 | 5E | 1A |
| Octal | 200 | 4 | 50 | 0 | 141 | 105 | 62 | 527 | 136 | 32 |
| Binary | 10000000 | 100 | 101000 | 0 | 1100001 | 1000101 | 110010 | 101010111 | 1011110 | 11010 |
Color Harmonies of #800428
Complementary color
Monochromatic Colors of #800428
Black with #800428
Text Example
Text Example
White with #800428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800428; }
p { color: rgb(128,4,40); }
H1.HeaderClassName
{
color: #800428;
}
.AnyTagClassName
{
color: #800428;
}
</style>
background-color css
<style>
a { background-color: #800428; }
a { background-color: rgb(128,4,40); }
div.DivClassName
{
background-color: #800428;
}
.BgClassName
{
background-color: #800428;
}
</style>
border-color css
<style>
span { border-color: #800428; }
span { border-color: rgb(128,4,40); }
td.TdClassName
{
border-color: #800428;
}
.TagClassName
{
border-color: #800428;
}
</style>