Shades of Disco #8C234C
Tints of Disco #8C234C
RGB
CMYK
RGB Variations
Color information
#8C234C (or 0x8C234C) is known color: Disco. HEX triplet: 8C, 23 and 4C. RGB value is (140,35,76). Sum of RGB (Red+Green+Blue) = 140+35+76=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C234C is #73DCB3. Grayscale: #474747. Windows color (decimal): -7593140 or 4989836. OLE color: 4989836.
HSL color Cylindrical-coordinate representation of color #8C234C: hue angle of 336.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C234C is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 76 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.45 |
| HSL | 336.57º | 0.6% | 0.34% | - |
| HSV(B) | 336.57º | 0.75% | 0.55% | - |
| XYZ | 12.72 | 7.3 | 7.58 | - |
| YUV | 71.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 76 | 0 | 0.75 | 0.46 | 0.45 | 336.57 | 0.6 | 0.34 |
| Hex | 8C | 23 | 4C | 0 | 4B | 2E | 2D | 151 | 3C | 22 |
| Octal | 214 | 43 | 114 | 0 | 113 | 56 | 55 | 521 | 74 | 42 |
| Binary | 10001100 | 100011 | 1001100 | 0 | 1001011 | 101110 | 101101 | 101010001 | 111100 | 100010 |
Color Harmonies of #8C234C
Complementary color
Monochromatic Colors of #8C234C
Black with #8C234C
Text Example
Text Example
White with #8C234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C234C; }
p { color: rgb(140,35,76); }
H1.HeaderClassName
{
color: #8C234C;
}
.AnyTagClassName
{
color: #8C234C;
}
</style>
background-color css
<style>
a { background-color: #8C234C; }
a { background-color: rgb(140,35,76); }
div.DivClassName
{
background-color: #8C234C;
}
.BgClassName
{
background-color: #8C234C;
}
</style>
border-color css
<style>
span { border-color: #8C234C; }
span { border-color: rgb(140,35,76); }
td.TdClassName
{
border-color: #8C234C;
}
.TagClassName
{
border-color: #8C234C;
}
</style>