Shades of Burgundy #80101F
Tints of Burgundy #80101F
RGB
CMYK
RGB Variations
Color information
#80101F (or 0x80101F) is known color: Burgundy. HEX triplet: 80, 10 and 1F. RGB value is (128,16,31). Sum of RGB (Red+Green+Blue) = 128+16+31=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80101F is #7FEFE0. Grayscale: #333333. Windows color (decimal): -8384481 or 2035840. OLE color: 2035840.
HSL color Cylindrical-coordinate representation of color #80101F: hue angle of 351.96º 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 #80101F is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 31 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.50 |
| HSL | 351.96º | 0.78% | 0.28% | - |
| HSV(B) | 351.96º | 0.88% | 0.5% | - |
| XYZ | 9.33 | 5.06 | 1.78 | - |
| YUV | 51.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 31 | 0 | 0.88 | 0.76 | 0.50 | 351.96 | 0.78 | 0.28 |
| Hex | 80 | 10 | 1F | 0 | 58 | 4C | 32 | 160 | 4E | 1C |
| Octal | 200 | 20 | 37 | 0 | 130 | 114 | 62 | 540 | 116 | 34 |
| Binary | 10000000 | 10000 | 11111 | 0 | 1011000 | 1001100 | 110010 | 101100000 | 1001110 | 11100 |
Color Harmonies of #80101F
Complementary color
Monochromatic Colors of #80101F
Black with #80101F
Text Example
Text Example
White with #80101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80101F; }
p { color: rgb(128,16,31); }
H1.HeaderClassName
{
color: #80101F;
}
.AnyTagClassName
{
color: #80101F;
}
</style>
background-color css
<style>
a { background-color: #80101F; }
a { background-color: rgb(128,16,31); }
div.DivClassName
{
background-color: #80101F;
}
.BgClassName
{
background-color: #80101F;
}
</style>
border-color css
<style>
span { border-color: #80101F; }
span { border-color: rgb(128,16,31); }
td.TdClassName
{
border-color: #80101F;
}
.TagClassName
{
border-color: #80101F;
}
</style>