Shades of Disco #8C324E
Tints of Disco #8C324E
RGB
CMYK
RGB Variations
Color information
#8C324E (or 0x8C324E) is known color: Disco. HEX triplet: 8C, 32 and 4E. RGB value is (140,50,78). Sum of RGB (Red+Green+Blue) = 140+50+78=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C324E is #73CDB1. Grayscale: #505050. Windows color (decimal): -7589298 or 5124748. OLE color: 5124748.
HSL color Cylindrical-coordinate representation of color #8C324E: hue angle of 341.33º 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 #8C324E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 78 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.45 |
| HSL | 341.33º | 0.47% | 0.37% | - |
| HSV(B) | 341.33º | 0.64% | 0.55% | - |
| XYZ | 13.33 | 8.41 | 8.13 | - |
| YUV | 80.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 78 | 0 | 0.64 | 0.44 | 0.45 | 341.33 | 0.47 | 0.37 |
| Hex | 8C | 32 | 4E | 0 | 40 | 2C | 2D | 155 | 2F | 25 |
| Octal | 214 | 62 | 116 | 0 | 100 | 54 | 55 | 525 | 57 | 45 |
| Binary | 10001100 | 110010 | 1001110 | 0 | 1000000 | 101100 | 101101 | 101010101 | 101111 | 100101 |
Color Harmonies of #8C324E
Complementary color
Monochromatic Colors of #8C324E
Black with #8C324E
Text Example
Text Example
White with #8C324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C324E; }
p { color: rgb(140,50,78); }
H1.HeaderClassName
{
color: #8C324E;
}
.AnyTagClassName
{
color: #8C324E;
}
</style>
background-color css
<style>
a { background-color: #8C324E; }
a { background-color: rgb(140,50,78); }
div.DivClassName
{
background-color: #8C324E;
}
.BgClassName
{
background-color: #8C324E;
}
</style>
border-color css
<style>
span { border-color: #8C324E; }
span { border-color: rgb(140,50,78); }
td.TdClassName
{
border-color: #8C324E;
}
.TagClassName
{
border-color: #8C324E;
}
</style>