Shades of Burgundy #80001D
Tints of Burgundy #80001D
RGB
CMYK
RGB Variations
Color information
#80001D (or 0x80001D) is known color: Burgundy. HEX triplet: 80, 00 and 1D. RGB value is (128,0,29). Sum of RGB (Red+Green+Blue) = 128+0+29=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #80001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80001D is #7FFFE2. Grayscale: #292929. Windows color (decimal): -8388579 or 1900672. OLE color: 1900672.
HSL color Cylindrical-coordinate representation of color #80001D: hue angle of 346.41º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80001D is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.77 | 0.50 |
| HSL | 346.41º | 1% | 0.25% | - |
| HSV(B) | 346.41º | 1% | 0.5% | - |
| XYZ | 9.12 | 4.68 | 1.58 | - |
| YUV | 41.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 29 | 0 | 1 | 0.77 | 0.50 | 346.41 | 1 | 0.25 |
| Hex | 80 | 0 | 1D | 0 | 64 | 4D | 32 | 15A | 64 | 19 |
| Octal | 200 | 0 | 35 | 0 | 144 | 115 | 62 | 532 | 144 | 31 |
| Binary | 10000000 | 0 | 11101 | 0 | 1100100 | 1001101 | 110010 | 101011010 | 1100100 | 11001 |
Color Harmonies of #80001D
Complementary color
Monochromatic Colors of #80001D
Black with #80001D
Text Example
Text Example
White with #80001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80001D; }
p { color: rgb(128,0,29); }
H1.HeaderClassName
{
color: #80001D;
}
.AnyTagClassName
{
color: #80001D;
}
</style>
background-color css
<style>
a { background-color: #80001D; }
a { background-color: rgb(128,0,29); }
div.DivClassName
{
background-color: #80001D;
}
.BgClassName
{
background-color: #80001D;
}
</style>
border-color css
<style>
span { border-color: #80001D; }
span { border-color: rgb(128,0,29); }
td.TdClassName
{
border-color: #80001D;
}
.TagClassName
{
border-color: #80001D;
}
</style>