Shades of Disco #8C1142
Tints of Disco #8C1142
RGB
CMYK
RGB Variations
Color information
#8C1142 (or 0x8C1142) is known color: Disco. HEX triplet: 8C, 11 and 42. RGB value is (140,17,66). Sum of RGB (Red+Green+Blue) = 140+17+66=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1142 is #73EEBD. Grayscale: #3B3B3B. Windows color (decimal): -7597758 or 4329868. OLE color: 4329868.
HSL color Cylindrical-coordinate representation of color #8C1142: hue angle of 336.1º 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 #8C1142 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 66 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.45 |
| HSL | 336.1º | 0.78% | 0.31% | - |
| HSV(B) | 336.1º | 0.88% | 0.55% | - |
| XYZ | 12 | 6.37 | 5.75 | - |
| YUV | 59.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 66 | 0 | 0.88 | 0.53 | 0.45 | 336.1 | 0.78 | 0.31 |
| Hex | 8C | 11 | 42 | 0 | 58 | 35 | 2D | 150 | 4E | 1F |
| Octal | 214 | 21 | 102 | 0 | 130 | 65 | 55 | 520 | 116 | 37 |
| Binary | 10001100 | 10001 | 1000010 | 0 | 1011000 | 110101 | 101101 | 101010000 | 1001110 | 11111 |
Color Harmonies of #8C1142
Complementary color
Monochromatic Colors of #8C1142
Black with #8C1142
Text Example
Text Example
White with #8C1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1142; }
p { color: rgb(140,17,66); }
H1.HeaderClassName
{
color: #8C1142;
}
.AnyTagClassName
{
color: #8C1142;
}
</style>
background-color css
<style>
a { background-color: #8C1142; }
a { background-color: rgb(140,17,66); }
div.DivClassName
{
background-color: #8C1142;
}
.BgClassName
{
background-color: #8C1142;
}
</style>
border-color css
<style>
span { border-color: #8C1142; }
span { border-color: rgb(140,17,66); }
td.TdClassName
{
border-color: #8C1142;
}
.TagClassName
{
border-color: #8C1142;
}
</style>