Shades of Disco #8C113F
Tints of Disco #8C113F
RGB
CMYK
RGB Variations
Color information
#8C113F (or 0x8C113F) is known color: Disco. HEX triplet: 8C, 11 and 3F. RGB value is (140,17,63). Sum of RGB (Red+Green+Blue) = 140+17+63=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C113F is #73EEC0. Grayscale: #3A3A3A. Windows color (decimal): -7597761 or 4133260. OLE color: 4133260.
HSL color Cylindrical-coordinate representation of color #8C113F: hue angle of 337.56º 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 #8C113F is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 63 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.45 |
| HSL | 337.56º | 0.78% | 0.31% | - |
| HSV(B) | 337.56º | 0.88% | 0.55% | - |
| XYZ | 11.91 | 6.34 | 5.3 | - |
| YUV | 59.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 63 | 0 | 0.88 | 0.55 | 0.45 | 337.56 | 0.78 | 0.31 |
| Hex | 8C | 11 | 3F | 0 | 58 | 37 | 2D | 152 | 4E | 1F |
| Octal | 214 | 21 | 77 | 0 | 130 | 67 | 55 | 522 | 116 | 37 |
| Binary | 10001100 | 10001 | 111111 | 0 | 1011000 | 110111 | 101101 | 101010010 | 1001110 | 11111 |
Color Harmonies of #8C113F
Complementary color
Monochromatic Colors of #8C113F
Black with #8C113F
Text Example
Text Example
White with #8C113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C113F; }
p { color: rgb(140,17,63); }
H1.HeaderClassName
{
color: #8C113F;
}
.AnyTagClassName
{
color: #8C113F;
}
</style>
background-color css
<style>
a { background-color: #8C113F; }
a { background-color: rgb(140,17,63); }
div.DivClassName
{
background-color: #8C113F;
}
.BgClassName
{
background-color: #8C113F;
}
</style>
border-color css
<style>
span { border-color: #8C113F; }
span { border-color: rgb(140,17,63); }
td.TdClassName
{
border-color: #8C113F;
}
.TagClassName
{
border-color: #8C113F;
}
</style>