Shades of Burgundy #80011B
Tints of Burgundy #80011B
RGB
CMYK
RGB Variations
Color information
#80011B (or 0x80011B) is known color: Burgundy. HEX triplet: 80, 01 and 1B. RGB value is (128,1,27). Sum of RGB (Red+Green+Blue) = 128+1+27=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #80011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80011B is #7FFEE4. Grayscale: #292929. Windows color (decimal): -8388325 or 1769856. OLE color: 1769856.
HSL color Cylindrical-coordinate representation of color #80011B: hue angle of 347.72º 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 #80011B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.50 |
| HSL | 347.72º | 0.98% | 0.25% | - |
| HSV(B) | 347.72º | 0.99% | 0.5% | - |
| XYZ | 9.11 | 4.69 | 1.46 | - |
| YUV | 41.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 27 | 0 | 0.99 | 0.79 | 0.50 | 347.72 | 0.98 | 0.25 |
| Hex | 80 | 1 | 1B | 0 | 63 | 4F | 32 | 15C | 62 | 19 |
| Octal | 200 | 1 | 33 | 0 | 143 | 117 | 62 | 534 | 142 | 31 |
| Binary | 10000000 | 1 | 11011 | 0 | 1100011 | 1001111 | 110010 | 101011100 | 1100010 | 11001 |
Color Harmonies of #80011B
Complementary color
Monochromatic Colors of #80011B
Black with #80011B
Text Example
Text Example
White with #80011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80011B; }
p { color: rgb(128,1,27); }
H1.HeaderClassName
{
color: #80011B;
}
.AnyTagClassName
{
color: #80011B;
}
</style>
background-color css
<style>
a { background-color: #80011B; }
a { background-color: rgb(128,1,27); }
div.DivClassName
{
background-color: #80011B;
}
.BgClassName
{
background-color: #80011B;
}
</style>
border-color css
<style>
span { border-color: #80011B; }
span { border-color: rgb(128,1,27); }
td.TdClassName
{
border-color: #80011B;
}
.TagClassName
{
border-color: #80011B;
}
</style>