Shades of Burgundy #8C112D
Tints of Burgundy #8C112D
RGB
CMYK
RGB Variations
Color information
#8C112D (or 0x8C112D) is known color: Burgundy. HEX triplet: 8C, 11 and 2D. RGB value is (140,17,45). Sum of RGB (Red+Green+Blue) = 140+17+45=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C112D is #73EED2. Grayscale: #383838. Windows color (decimal): -7597779 or 2953612. OLE color: 2953612.
HSL color Cylindrical-coordinate representation of color #8C112D: hue angle of 346.34º 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 #8C112D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 45 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.45 |
| HSL | 346.34º | 0.78% | 0.31% | - |
| HSV(B) | 346.34º | 0.88% | 0.55% | - |
| XYZ | 11.49 | 6.17 | 3.07 | - |
| YUV | 56.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 45 | 0 | 0.88 | 0.68 | 0.45 | 346.34 | 0.78 | 0.31 |
| Hex | 8C | 11 | 2D | 0 | 58 | 44 | 2D | 15A | 4E | 1F |
| Octal | 214 | 21 | 55 | 0 | 130 | 104 | 55 | 532 | 116 | 37 |
| Binary | 10001100 | 10001 | 101101 | 0 | 1011000 | 1000100 | 101101 | 101011010 | 1001110 | 11111 |
Color Harmonies of #8C112D
Complementary color
Monochromatic Colors of #8C112D
Black with #8C112D
Text Example
Text Example
White with #8C112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C112D; }
p { color: rgb(140,17,45); }
H1.HeaderClassName
{
color: #8C112D;
}
.AnyTagClassName
{
color: #8C112D;
}
</style>
background-color css
<style>
a { background-color: #8C112D; }
a { background-color: rgb(140,17,45); }
div.DivClassName
{
background-color: #8C112D;
}
.BgClassName
{
background-color: #8C112D;
}
</style>
border-color css
<style>
span { border-color: #8C112D; }
span { border-color: rgb(140,17,45); }
td.TdClassName
{
border-color: #8C112D;
}
.TagClassName
{
border-color: #8C112D;
}
</style>