Shades of Disco #8C1C46
Tints of Disco #8C1C46
RGB
CMYK
RGB Variations
Color information
#8C1C46 (or 0x8C1C46) is known color: Disco. HEX triplet: 8C, 1C and 46. RGB value is (140,28,70). Sum of RGB (Red+Green+Blue) = 140+28+70=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C46 is #73E3B9. Grayscale: #424242. Windows color (decimal): -7594938 or 4594828. OLE color: 4594828.
HSL color Cylindrical-coordinate representation of color #8C1C46: hue angle of 337.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C46 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 70 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.45 |
| HSL | 337.5º | 0.67% | 0.33% | - |
| HSV(B) | 337.5º | 0.8% | 0.55% | - |
| XYZ | 12.34 | 6.85 | 6.47 | - |
| YUV | 66.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 70 | 0 | 0.80 | 0.50 | 0.45 | 337.5 | 0.67 | 0.33 |
| Hex | 8C | 1C | 46 | 0 | 50 | 32 | 2D | 152 | 43 | 21 |
| Octal | 214 | 34 | 106 | 0 | 120 | 62 | 55 | 522 | 103 | 41 |
| Binary | 10001100 | 11100 | 1000110 | 0 | 1010000 | 110010 | 101101 | 101010010 | 1000011 | 100001 |
Color Harmonies of #8C1C46
Complementary color
Monochromatic Colors of #8C1C46
Black with #8C1C46
Text Example
Text Example
White with #8C1C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C46; }
p { color: rgb(140,28,70); }
H1.HeaderClassName
{
color: #8C1C46;
}
.AnyTagClassName
{
color: #8C1C46;
}
</style>
background-color css
<style>
a { background-color: #8C1C46; }
a { background-color: rgb(140,28,70); }
div.DivClassName
{
background-color: #8C1C46;
}
.BgClassName
{
background-color: #8C1C46;
}
</style>
border-color css
<style>
span { border-color: #8C1C46; }
span { border-color: rgb(140,28,70); }
td.TdClassName
{
border-color: #8C1C46;
}
.TagClassName
{
border-color: #8C1C46;
}
</style>