Shades of Burgundy #80101B
Tints of Burgundy #80101B
RGB
CMYK
RGB Variations
Color information
#80101B (or 0x80101B) is known color: Burgundy. HEX triplet: 80, 10 and 1B. RGB value is (128,16,27). Sum of RGB (Red+Green+Blue) = 128+16+27=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #80101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80101B is #7FEFE4. Grayscale: #323232. Windows color (decimal): -8384485 or 1773696. OLE color: 1773696.
HSL color Cylindrical-coordinate representation of color #80101B: hue angle of 354.11º 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 #80101B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 27 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.50 |
| HSL | 354.11º | 0.78% | 0.28% | - |
| HSV(B) | 354.11º | 0.88% | 0.5% | - |
| XYZ | 9.29 | 5.04 | 1.52 | - |
| YUV | 50.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 27 | 0 | 0.88 | 0.79 | 0.50 | 354.11 | 0.78 | 0.28 |
| Hex | 80 | 10 | 1B | 0 | 58 | 4F | 32 | 162 | 4E | 1C |
| Octal | 200 | 20 | 33 | 0 | 130 | 117 | 62 | 542 | 116 | 34 |
| Binary | 10000000 | 10000 | 11011 | 0 | 1011000 | 1001111 | 110010 | 101100010 | 1001110 | 11100 |
Color Harmonies of #80101B
Complementary color
Monochromatic Colors of #80101B
Black with #80101B
Text Example
Text Example
White with #80101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80101B; }
p { color: rgb(128,16,27); }
H1.HeaderClassName
{
color: #80101B;
}
.AnyTagClassName
{
color: #80101B;
}
</style>
background-color css
<style>
a { background-color: #80101B; }
a { background-color: rgb(128,16,27); }
div.DivClassName
{
background-color: #80101B;
}
.BgClassName
{
background-color: #80101B;
}
</style>
border-color css
<style>
span { border-color: #80101B; }
span { border-color: rgb(128,16,27); }
td.TdClassName
{
border-color: #80101B;
}
.TagClassName
{
border-color: #80101B;
}
</style>