Shades of Disco #8C2546
Tints of Disco #8C2546
RGB
CMYK
RGB Variations
Color information
#8C2546 (or 0x8C2546) is known color: Disco. HEX triplet: 8C, 25 and 46. RGB value is (140,37,70). Sum of RGB (Red+Green+Blue) = 140+37+70=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2546 is #73DAB9. Grayscale: #474747. Windows color (decimal): -7592634 or 4597132. OLE color: 4597132.
HSL color Cylindrical-coordinate representation of color #8C2546: hue angle of 340.78º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2546 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 70 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.45 |
| HSL | 340.78º | 0.58% | 0.35% | - |
| HSV(B) | 340.78º | 0.74% | 0.55% | - |
| XYZ | 12.58 | 7.34 | 6.55 | - |
| YUV | 71.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 70 | 0 | 0.74 | 0.50 | 0.45 | 340.78 | 0.58 | 0.35 |
| Hex | 8C | 25 | 46 | 0 | 4A | 32 | 2D | 155 | 3A | 23 |
| Octal | 214 | 45 | 106 | 0 | 112 | 62 | 55 | 525 | 72 | 43 |
| Binary | 10001100 | 100101 | 1000110 | 0 | 1001010 | 110010 | 101101 | 101010101 | 111010 | 100011 |
Color Harmonies of #8C2546
Complementary color
Monochromatic Colors of #8C2546
Black with #8C2546
Text Example
Text Example
White with #8C2546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2546; }
p { color: rgb(140,37,70); }
H1.HeaderClassName
{
color: #8C2546;
}
.AnyTagClassName
{
color: #8C2546;
}
</style>
background-color css
<style>
a { background-color: #8C2546; }
a { background-color: rgb(140,37,70); }
div.DivClassName
{
background-color: #8C2546;
}
.BgClassName
{
background-color: #8C2546;
}
</style>
border-color css
<style>
span { border-color: #8C2546; }
span { border-color: rgb(140,37,70); }
td.TdClassName
{
border-color: #8C2546;
}
.TagClassName
{
border-color: #8C2546;
}
</style>