Shades of Disco #8C234A
Tints of Disco #8C234A
RGB
CMYK
RGB Variations
Color information
#8C234A (or 0x8C234A) is known color: Disco. HEX triplet: 8C, 23 and 4A. RGB value is (140,35,74). Sum of RGB (Red+Green+Blue) = 140+35+74=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C234A is #73DCB5. Grayscale: #464646. Windows color (decimal): -7593142 or 4858764. OLE color: 4858764.
HSL color Cylindrical-coordinate representation of color #8C234A: hue angle of 337.71º 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 #8C234A is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 74 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.45 |
| HSL | 337.71º | 0.6% | 0.34% | - |
| HSV(B) | 337.71º | 0.75% | 0.55% | - |
| XYZ | 12.65 | 7.27 | 7.22 | - |
| YUV | 70.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 74 | 0 | 0.75 | 0.47 | 0.45 | 337.71 | 0.6 | 0.34 |
| Hex | 8C | 23 | 4A | 0 | 4B | 2F | 2D | 152 | 3C | 22 |
| Octal | 214 | 43 | 112 | 0 | 113 | 57 | 55 | 522 | 74 | 42 |
| Binary | 10001100 | 100011 | 1001010 | 0 | 1001011 | 101111 | 101101 | 101010010 | 111100 | 100010 |
Color Harmonies of #8C234A
Complementary color
Monochromatic Colors of #8C234A
Black with #8C234A
Text Example
Text Example
White with #8C234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C234A; }
p { color: rgb(140,35,74); }
H1.HeaderClassName
{
color: #8C234A;
}
.AnyTagClassName
{
color: #8C234A;
}
</style>
background-color css
<style>
a { background-color: #8C234A; }
a { background-color: rgb(140,35,74); }
div.DivClassName
{
background-color: #8C234A;
}
.BgClassName
{
background-color: #8C234A;
}
</style>
border-color css
<style>
span { border-color: #8C234A; }
span { border-color: rgb(140,35,74); }
td.TdClassName
{
border-color: #8C234A;
}
.TagClassName
{
border-color: #8C234A;
}
</style>