Shades of Disco #8C164A
Tints of Disco #8C164A
RGB
CMYK
RGB Variations
Color information
#8C164A (or 0x8C164A) is known color: Disco. HEX triplet: 8C, 16 and 4A. RGB value is (140,22,74). Sum of RGB (Red+Green+Blue) = 140+22+74=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C164A is #73E9B5. Grayscale: #3F3F3F. Windows color (decimal): -7596470 or 4855436. OLE color: 4855436.
HSL color Cylindrical-coordinate representation of color #8C164A: hue angle of 333.56º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C164A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 74 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.45 |
| HSL | 333.56º | 0.73% | 0.32% | - |
| HSV(B) | 333.56º | 0.84% | 0.55% | - |
| XYZ | 12.34 | 6.64 | 7.11 | - |
| YUV | 63.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 74 | 0 | 0.84 | 0.47 | 0.45 | 333.56 | 0.73 | 0.32 |
| Hex | 8C | 16 | 4A | 0 | 54 | 2F | 2D | 14E | 49 | 20 |
| Octal | 214 | 26 | 112 | 0 | 124 | 57 | 55 | 516 | 111 | 40 |
| Binary | 10001100 | 10110 | 1001010 | 0 | 1010100 | 101111 | 101101 | 101001110 | 1001001 | 100000 |
Color Harmonies of #8C164A
Complementary color
Monochromatic Colors of #8C164A
Black with #8C164A
Text Example
Text Example
White with #8C164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C164A; }
p { color: rgb(140,22,74); }
H1.HeaderClassName
{
color: #8C164A;
}
.AnyTagClassName
{
color: #8C164A;
}
</style>
background-color css
<style>
a { background-color: #8C164A; }
a { background-color: rgb(140,22,74); }
div.DivClassName
{
background-color: #8C164A;
}
.BgClassName
{
background-color: #8C164A;
}
</style>
border-color css
<style>
span { border-color: #8C164A; }
span { border-color: rgb(140,22,74); }
td.TdClassName
{
border-color: #8C164A;
}
.TagClassName
{
border-color: #8C164A;
}
</style>