Shades of Disco #8C2341
Tints of Disco #8C2341
RGB
CMYK
RGB Variations
Color information
#8C2341 (or 0x8C2341) is known color: Disco. HEX triplet: 8C, 23 and 41. RGB value is (140,35,65). Sum of RGB (Red+Green+Blue) = 140+35+65=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2341 is #73DCBE. Grayscale: #454545. Windows color (decimal): -7593151 or 4268940. OLE color: 4268940.
HSL color Cylindrical-coordinate representation of color #8C2341: hue angle of 342.86º 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 #8C2341 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 65 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.45 |
| HSL | 342.86º | 0.6% | 0.34% | - |
| HSV(B) | 342.86º | 0.75% | 0.55% | - |
| XYZ | 12.37 | 7.16 | 5.73 | - |
| YUV | 69.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 65 | 0 | 0.75 | 0.54 | 0.45 | 342.86 | 0.6 | 0.34 |
| Hex | 8C | 23 | 41 | 0 | 4B | 36 | 2D | 157 | 3C | 22 |
| Octal | 214 | 43 | 101 | 0 | 113 | 66 | 55 | 527 | 74 | 42 |
| Binary | 10001100 | 100011 | 1000001 | 0 | 1001011 | 110110 | 101101 | 101010111 | 111100 | 100010 |
Color Harmonies of #8C2341
Complementary color
Monochromatic Colors of #8C2341
Black with #8C2341
Text Example
Text Example
White with #8C2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2341; }
p { color: rgb(140,35,65); }
H1.HeaderClassName
{
color: #8C2341;
}
.AnyTagClassName
{
color: #8C2341;
}
</style>
background-color css
<style>
a { background-color: #8C2341; }
a { background-color: rgb(140,35,65); }
div.DivClassName
{
background-color: #8C2341;
}
.BgClassName
{
background-color: #8C2341;
}
</style>
border-color css
<style>
span { border-color: #8C2341; }
span { border-color: rgb(140,35,65); }
td.TdClassName
{
border-color: #8C2341;
}
.TagClassName
{
border-color: #8C2341;
}
</style>