Shades of Disco #8C324C
Tints of Disco #8C324C
RGB
CMYK
RGB Variations
Color information
#8C324C (or 0x8C324C) is known color: Disco. HEX triplet: 8C, 32 and 4C. RGB value is (140,50,76). Sum of RGB (Red+Green+Blue) = 140+50+76=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C324C is #73CDB3. Grayscale: #4F4F4F. Windows color (decimal): -7589300 or 4993676. OLE color: 4993676.
HSL color Cylindrical-coordinate representation of color #8C324C: hue angle of 342.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C324C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 76 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.45 |
| HSL | 342.67º | 0.47% | 0.37% | - |
| HSV(B) | 342.67º | 0.64% | 0.55% | - |
| XYZ | 13.26 | 8.38 | 7.76 | - |
| YUV | 79.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 76 | 0 | 0.64 | 0.46 | 0.45 | 342.67 | 0.47 | 0.37 |
| Hex | 8C | 32 | 4C | 0 | 40 | 2E | 2D | 157 | 2F | 25 |
| Octal | 214 | 62 | 114 | 0 | 100 | 56 | 55 | 527 | 57 | 45 |
| Binary | 10001100 | 110010 | 1001100 | 0 | 1000000 | 101110 | 101101 | 101010111 | 101111 | 100101 |
Color Harmonies of #8C324C
Complementary color
Monochromatic Colors of #8C324C
Black with #8C324C
Text Example
Text Example
White with #8C324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C324C; }
p { color: rgb(140,50,76); }
H1.HeaderClassName
{
color: #8C324C;
}
.AnyTagClassName
{
color: #8C324C;
}
</style>
background-color css
<style>
a { background-color: #8C324C; }
a { background-color: rgb(140,50,76); }
div.DivClassName
{
background-color: #8C324C;
}
.BgClassName
{
background-color: #8C324C;
}
</style>
border-color css
<style>
span { border-color: #8C324C; }
span { border-color: rgb(140,50,76); }
td.TdClassName
{
border-color: #8C324C;
}
.TagClassName
{
border-color: #8C324C;
}
</style>