Shades of Burgundy #8C112A
Tints of Burgundy #8C112A
RGB
CMYK
RGB Variations
Color information
#8C112A (or 0x8C112A) is known color: Burgundy. HEX triplet: 8C, 11 and 2A. RGB value is (140,17,42). Sum of RGB (Red+Green+Blue) = 140+17+42=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C112A is #73EED5. Grayscale: #383838. Windows color (decimal): -7597782 or 2757004. OLE color: 2757004.
HSL color Cylindrical-coordinate representation of color #8C112A: hue angle of 347.8º 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 #8C112A is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 42 | - |
| CMYK | 0 | 0.88 | 0.7 | 0.45 |
| HSL | 347.8º | 0.78% | 0.31% | - |
| HSV(B) | 347.8º | 0.88% | 0.55% | - |
| XYZ | 11.43 | 6.14 | 2.77 | - |
| YUV | 56.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 42 | 0 | 0.88 | 0.7 | 0.45 | 347.8 | 0.78 | 0.31 |
| Hex | 8C | 11 | 2A | 0 | 58 | 46 | 2D | 15C | 4E | 1F |
| Octal | 214 | 21 | 52 | 0 | 130 | 106 | 55 | 534 | 116 | 37 |
| Binary | 10001100 | 10001 | 101010 | 0 | 1011000 | 1000110 | 101101 | 101011100 | 1001110 | 11111 |
Color Harmonies of #8C112A
Complementary color
Monochromatic Colors of #8C112A
Black with #8C112A
Text Example
Text Example
White with #8C112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C112A; }
p { color: rgb(140,17,42); }
H1.HeaderClassName
{
color: #8C112A;
}
.AnyTagClassName
{
color: #8C112A;
}
</style>
background-color css
<style>
a { background-color: #8C112A; }
a { background-color: rgb(140,17,42); }
div.DivClassName
{
background-color: #8C112A;
}
.BgClassName
{
background-color: #8C112A;
}
</style>
border-color css
<style>
span { border-color: #8C112A; }
span { border-color: rgb(140,17,42); }
td.TdClassName
{
border-color: #8C112A;
}
.TagClassName
{
border-color: #8C112A;
}
</style>