Shades of Burgundy #80011C
Tints of Burgundy #80011C
RGB
CMYK
RGB Variations
Color information
#80011C (or 0x80011C) is known color: Burgundy. HEX triplet: 80, 01 and 1C. RGB value is (128,1,28). Sum of RGB (Red+Green+Blue) = 128+1+28=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #80011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80011C is #7FFEE3. Grayscale: #2A2A2A. Windows color (decimal): -8388324 or 1835392. OLE color: 1835392.
HSL color Cylindrical-coordinate representation of color #80011C: hue angle of 347.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80011C is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.50 |
| HSL | 347.24º | 0.98% | 0.25% | - |
| HSV(B) | 347.24º | 0.99% | 0.5% | - |
| XYZ | 9.12 | 4.69 | 1.52 | - |
| YUV | 42.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 28 | 0 | 0.99 | 0.78 | 0.50 | 347.24 | 0.98 | 0.25 |
| Hex | 80 | 1 | 1C | 0 | 63 | 4E | 32 | 15B | 62 | 19 |
| Octal | 200 | 1 | 34 | 0 | 143 | 116 | 62 | 533 | 142 | 31 |
| Binary | 10000000 | 1 | 11100 | 0 | 1100011 | 1001110 | 110010 | 101011011 | 1100010 | 11001 |
Color Harmonies of #80011C
Complementary color
Monochromatic Colors of #80011C
Black with #80011C
Text Example
Text Example
White with #80011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80011C; }
p { color: rgb(128,1,28); }
H1.HeaderClassName
{
color: #80011C;
}
.AnyTagClassName
{
color: #80011C;
}
</style>
background-color css
<style>
a { background-color: #80011C; }
a { background-color: rgb(128,1,28); }
div.DivClassName
{
background-color: #80011C;
}
.BgClassName
{
background-color: #80011C;
}
</style>
border-color css
<style>
span { border-color: #80011C; }
span { border-color: rgb(128,1,28); }
td.TdClassName
{
border-color: #80011C;
}
.TagClassName
{
border-color: #80011C;
}
</style>