Shades of Disco #8C324D
Tints of Disco #8C324D
RGB
CMYK
RGB Variations
Color information
#8C324D (or 0x8C324D) is known color: Disco. HEX triplet: 8C, 32 and 4D. RGB value is (140,50,77). Sum of RGB (Red+Green+Blue) = 140+50+77=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C324D is #73CDB2. Grayscale: #4F4F4F. Windows color (decimal): -7589299 or 5059212. OLE color: 5059212.
HSL color Cylindrical-coordinate representation of color #8C324D: hue angle of 342º 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 #8C324D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 77 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.45 |
| HSL | 342º | 0.47% | 0.37% | - |
| HSV(B) | 342º | 0.64% | 0.55% | - |
| XYZ | 13.3 | 8.39 | 7.94 | - |
| YUV | 79.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 77 | 0 | 0.64 | 0.45 | 0.45 | 342 | 0.47 | 0.37 |
| Hex | 8C | 32 | 4D | 0 | 40 | 2D | 2D | 156 | 2F | 25 |
| Octal | 214 | 62 | 115 | 0 | 100 | 55 | 55 | 526 | 57 | 45 |
| Binary | 10001100 | 110010 | 1001101 | 0 | 1000000 | 101101 | 101101 | 101010110 | 101111 | 100101 |
Color Harmonies of #8C324D
Complementary color
Monochromatic Colors of #8C324D
Black with #8C324D
Text Example
Text Example
White with #8C324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C324D; }
p { color: rgb(140,50,77); }
H1.HeaderClassName
{
color: #8C324D;
}
.AnyTagClassName
{
color: #8C324D;
}
</style>
background-color css
<style>
a { background-color: #8C324D; }
a { background-color: rgb(140,50,77); }
div.DivClassName
{
background-color: #8C324D;
}
.BgClassName
{
background-color: #8C324D;
}
</style>
border-color css
<style>
span { border-color: #8C324D; }
span { border-color: rgb(140,50,77); }
td.TdClassName
{
border-color: #8C324D;
}
.TagClassName
{
border-color: #8C324D;
}
</style>