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