Shades of Burgundy #8D112E
Tints of Burgundy #8D112E
RGB
CMYK
RGB Variations
Color information
#8D112E (or 0x8D112E) is known color: Burgundy. HEX triplet: 8D, 11 and 2E. RGB value is (141,17,46). Sum of RGB (Red+Green+Blue) = 141+17+46=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D112E is #72EED1. Grayscale: #393939. Windows color (decimal): -7532242 or 3019149. OLE color: 3019149.
HSL color Cylindrical-coordinate representation of color #8D112E: hue angle of 345.97º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D112E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 46 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.45 |
| HSL | 345.97º | 0.78% | 0.31% | - |
| HSV(B) | 345.97º | 0.88% | 0.55% | - |
| XYZ | 11.68 | 6.26 | 3.18 | - |
| YUV | 57.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 46 | 0 | 0.88 | 0.67 | 0.45 | 345.97 | 0.78 | 0.31 |
| Hex | 8D | 11 | 2E | 0 | 58 | 43 | 2D | 15A | 4E | 1F |
| Octal | 215 | 21 | 56 | 0 | 130 | 103 | 55 | 532 | 116 | 37 |
| Binary | 10001101 | 10001 | 101110 | 0 | 1011000 | 1000011 | 101101 | 101011010 | 1001110 | 11111 |
Color Harmonies of #8D112E
Complementary color
Monochromatic Colors of #8D112E
Black with #8D112E
Text Example
Text Example
White with #8D112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D112E; }
p { color: rgb(141,17,46); }
H1.HeaderClassName
{
color: #8D112E;
}
.AnyTagClassName
{
color: #8D112E;
}
</style>
background-color css
<style>
a { background-color: #8D112E; }
a { background-color: rgb(141,17,46); }
div.DivClassName
{
background-color: #8D112E;
}
.BgClassName
{
background-color: #8D112E;
}
</style>
border-color css
<style>
span { border-color: #8D112E; }
span { border-color: rgb(141,17,46); }
td.TdClassName
{
border-color: #8D112E;
}
.TagClassName
{
border-color: #8D112E;
}
</style>