Shades of Burgundy #80112F
Tints of Burgundy #80112F
RGB
CMYK
RGB Variations
Color information
#80112F (or 0x80112F) is known color: Burgundy. HEX triplet: 80, 11 and 2F. RGB value is (128,17,47). Sum of RGB (Red+Green+Blue) = 128+17+47=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80112F is #7FEED0. Grayscale: #353535. Windows color (decimal): -8384209 or 3084672. OLE color: 3084672.
HSL color Cylindrical-coordinate representation of color #80112F: hue angle of 343.78º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80112F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 47 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.50 |
| HSL | 343.78º | 0.77% | 0.28% | - |
| HSV(B) | 343.78º | 0.87% | 0.5% | - |
| XYZ | 9.62 | 5.2 | 3.19 | - |
| YUV | 53.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 47 | 0 | 0.87 | 0.63 | 0.50 | 343.78 | 0.77 | 0.28 |
| Hex | 80 | 11 | 2F | 0 | 57 | 3F | 32 | 158 | 4D | 1C |
| Octal | 200 | 21 | 57 | 0 | 127 | 77 | 62 | 530 | 115 | 34 |
| Binary | 10000000 | 10001 | 101111 | 0 | 1010111 | 111111 | 110010 | 101011000 | 1001101 | 11100 |
Color Harmonies of #80112F
Complementary color
Monochromatic Colors of #80112F
Black with #80112F
Text Example
Text Example
White with #80112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80112F; }
p { color: rgb(128,17,47); }
H1.HeaderClassName
{
color: #80112F;
}
.AnyTagClassName
{
color: #80112F;
}
</style>
background-color css
<style>
a { background-color: #80112F; }
a { background-color: rgb(128,17,47); }
div.DivClassName
{
background-color: #80112F;
}
.BgClassName
{
background-color: #80112F;
}
</style>
border-color css
<style>
span { border-color: #80112F; }
span { border-color: rgb(128,17,47); }
td.TdClassName
{
border-color: #80112F;
}
.TagClassName
{
border-color: #80112F;
}
</style>