Shades of Burgundy #801029
Tints of Burgundy #801029
RGB
CMYK
RGB Variations
Color information
#801029 (or 0x801029) is known color: Burgundy. HEX triplet: 80, 10 and 29. RGB value is (128,16,41). Sum of RGB (Red+Green+Blue) = 128+16+41=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #801029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801029 is #7FEFD6. Grayscale: #343434. Windows color (decimal): -8384471 or 2691200. OLE color: 2691200.
HSL color Cylindrical-coordinate representation of color #801029: hue angle of 346.61º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801029 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 41 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.50 |
| HSL | 346.61º | 0.78% | 0.28% | - |
| HSV(B) | 346.61º | 0.88% | 0.5% | - |
| XYZ | 9.49 | 5.12 | 2.59 | - |
| YUV | 52.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 41 | 0 | 0.88 | 0.68 | 0.50 | 346.61 | 0.78 | 0.28 |
| Hex | 80 | 10 | 29 | 0 | 58 | 44 | 32 | 15B | 4E | 1C |
| Octal | 200 | 20 | 51 | 0 | 130 | 104 | 62 | 533 | 116 | 34 |
| Binary | 10000000 | 10000 | 101001 | 0 | 1011000 | 1000100 | 110010 | 101011011 | 1001110 | 11100 |
Color Harmonies of #801029
Complementary color
Monochromatic Colors of #801029
Black with #801029
Text Example
Text Example
White with #801029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801029; }
p { color: rgb(128,16,41); }
H1.HeaderClassName
{
color: #801029;
}
.AnyTagClassName
{
color: #801029;
}
</style>
background-color css
<style>
a { background-color: #801029; }
a { background-color: rgb(128,16,41); }
div.DivClassName
{
background-color: #801029;
}
.BgClassName
{
background-color: #801029;
}
</style>
border-color css
<style>
span { border-color: #801029; }
span { border-color: rgb(128,16,41); }
td.TdClassName
{
border-color: #801029;
}
.TagClassName
{
border-color: #801029;
}
</style>