Shades of Disco #8C324A
Tints of Disco #8C324A
RGB
CMYK
RGB Variations
Color information
#8C324A (or 0x8C324A) is known color: Disco. HEX triplet: 8C, 32 and 4A. RGB value is (140,50,74). Sum of RGB (Red+Green+Blue) = 140+50+74=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C324A is #73CDB5. Grayscale: #4F4F4F. Windows color (decimal): -7589302 or 4862604. OLE color: 4862604.
HSL color Cylindrical-coordinate representation of color #8C324A: hue angle of 344º 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 #8C324A is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 74 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.45 |
| HSL | 344º | 0.47% | 0.37% | - |
| HSV(B) | 344º | 0.64% | 0.55% | - |
| XYZ | 13.19 | 8.35 | 7.4 | - |
| YUV | 79.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 74 | 0 | 0.64 | 0.47 | 0.45 | 344 | 0.47 | 0.37 |
| Hex | 8C | 32 | 4A | 0 | 40 | 2F | 2D | 158 | 2F | 25 |
| Octal | 214 | 62 | 112 | 0 | 100 | 57 | 55 | 530 | 57 | 45 |
| Binary | 10001100 | 110010 | 1001010 | 0 | 1000000 | 101111 | 101101 | 101011000 | 101111 | 100101 |
Color Harmonies of #8C324A
Complementary color
Monochromatic Colors of #8C324A
Black with #8C324A
Text Example
Text Example
White with #8C324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C324A; }
p { color: rgb(140,50,74); }
H1.HeaderClassName
{
color: #8C324A;
}
.AnyTagClassName
{
color: #8C324A;
}
</style>
background-color css
<style>
a { background-color: #8C324A; }
a { background-color: rgb(140,50,74); }
div.DivClassName
{
background-color: #8C324A;
}
.BgClassName
{
background-color: #8C324A;
}
</style>
border-color css
<style>
span { border-color: #8C324A; }
span { border-color: rgb(140,50,74); }
td.TdClassName
{
border-color: #8C324A;
}
.TagClassName
{
border-color: #8C324A;
}
</style>