Shades of Disco #8C1842
Tints of Disco #8C1842
RGB
CMYK
RGB Variations
Color information
#8C1842 (or 0x8C1842) is known color: Disco. HEX triplet: 8C, 18 and 42. RGB value is (140,24,66). Sum of RGB (Red+Green+Blue) = 140+24+66=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1842 is #73E7BD. Grayscale: #3F3F3F. Windows color (decimal): -7595966 or 4331660. OLE color: 4331660.
HSL color Cylindrical-coordinate representation of color #8C1842: hue angle of 338.28º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1842 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 66 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.45 |
| HSL | 338.28º | 0.71% | 0.32% | - |
| HSV(B) | 338.28º | 0.83% | 0.55% | - |
| XYZ | 12.13 | 6.62 | 5.79 | - |
| YUV | 63.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 66 | 0 | 0.83 | 0.53 | 0.45 | 338.28 | 0.71 | 0.32 |
| Hex | 8C | 18 | 42 | 0 | 53 | 35 | 2D | 152 | 47 | 20 |
| Octal | 214 | 30 | 102 | 0 | 123 | 65 | 55 | 522 | 107 | 40 |
| Binary | 10001100 | 11000 | 1000010 | 0 | 1010011 | 110101 | 101101 | 101010010 | 1000111 | 100000 |
Color Harmonies of #8C1842
Complementary color
Monochromatic Colors of #8C1842
Black with #8C1842
Text Example
Text Example
White with #8C1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1842; }
p { color: rgb(140,24,66); }
H1.HeaderClassName
{
color: #8C1842;
}
.AnyTagClassName
{
color: #8C1842;
}
</style>
background-color css
<style>
a { background-color: #8C1842; }
a { background-color: rgb(140,24,66); }
div.DivClassName
{
background-color: #8C1842;
}
.BgClassName
{
background-color: #8C1842;
}
</style>
border-color css
<style>
span { border-color: #8C1842; }
span { border-color: rgb(140,24,66); }
td.TdClassName
{
border-color: #8C1842;
}
.TagClassName
{
border-color: #8C1842;
}
</style>