Shades of Burgundy #801019
Tints of Burgundy #801019
RGB
CMYK
RGB Variations
Color information
#801019 (or 0x801019) is known color: Burgundy. HEX triplet: 80, 10 and 19. RGB value is (128,16,25). Sum of RGB (Red+Green+Blue) = 128+16+25=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #801019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801019 is #7FEFE6. Grayscale: #323232. Windows color (decimal): -8384487 or 1642624. OLE color: 1642624.
HSL color Cylindrical-coordinate representation of color #801019: hue angle of 355.18º 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 #801019 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 25 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.50 |
| HSL | 355.18º | 0.78% | 0.28% | - |
| HSV(B) | 355.18º | 0.88% | 0.5% | - |
| XYZ | 9.26 | 5.03 | 1.4 | - |
| YUV | 50.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 25 | 0 | 0.88 | 0.80 | 0.50 | 355.18 | 0.78 | 0.28 |
| Hex | 80 | 10 | 19 | 0 | 58 | 50 | 32 | 163 | 4E | 1C |
| Octal | 200 | 20 | 31 | 0 | 130 | 120 | 62 | 543 | 116 | 34 |
| Binary | 10000000 | 10000 | 11001 | 0 | 1011000 | 1010000 | 110010 | 101100011 | 1001110 | 11100 |
Color Harmonies of #801019
Complementary color
Monochromatic Colors of #801019
Black with #801019
Text Example
Text Example
White with #801019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801019; }
p { color: rgb(128,16,25); }
H1.HeaderClassName
{
color: #801019;
}
.AnyTagClassName
{
color: #801019;
}
</style>
background-color css
<style>
a { background-color: #801019; }
a { background-color: rgb(128,16,25); }
div.DivClassName
{
background-color: #801019;
}
.BgClassName
{
background-color: #801019;
}
</style>
border-color css
<style>
span { border-color: #801019; }
span { border-color: rgb(128,16,25); }
td.TdClassName
{
border-color: #801019;
}
.TagClassName
{
border-color: #801019;
}
</style>