Shades of Disco #8C284D
Tints of Disco #8C284D
RGB
CMYK
RGB Variations
Color information
#8C284D (or 0x8C284D) is known color: Disco. HEX triplet: 8C, 28 and 4D. RGB value is (140,40,77). Sum of RGB (Red+Green+Blue) = 140+40+77=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C284D is #73D7B2. Grayscale: #4A4A4A. Windows color (decimal): -7591859 or 5056652. OLE color: 5056652.
HSL color Cylindrical-coordinate representation of color #8C284D: hue angle of 337.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C284D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 77 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.45 |
| HSL | 337.8º | 0.56% | 0.35% | - |
| HSV(B) | 337.8º | 0.71% | 0.55% | - |
| XYZ | 12.91 | 7.63 | 7.81 | - |
| YUV | 74.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 77 | 0 | 0.71 | 0.45 | 0.45 | 337.8 | 0.56 | 0.35 |
| Hex | 8C | 28 | 4D | 0 | 47 | 2D | 2D | 152 | 38 | 23 |
| Octal | 214 | 50 | 115 | 0 | 107 | 55 | 55 | 522 | 70 | 43 |
| Binary | 10001100 | 101000 | 1001101 | 0 | 1000111 | 101101 | 101101 | 101010010 | 111000 | 100011 |
Color Harmonies of #8C284D
Complementary color
Monochromatic Colors of #8C284D
Black with #8C284D
Text Example
Text Example
White with #8C284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C284D; }
p { color: rgb(140,40,77); }
H1.HeaderClassName
{
color: #8C284D;
}
.AnyTagClassName
{
color: #8C284D;
}
</style>
background-color css
<style>
a { background-color: #8C284D; }
a { background-color: rgb(140,40,77); }
div.DivClassName
{
background-color: #8C284D;
}
.BgClassName
{
background-color: #8C284D;
}
</style>
border-color css
<style>
span { border-color: #8C284D; }
span { border-color: rgb(140,40,77); }
td.TdClassName
{
border-color: #8C284D;
}
.TagClassName
{
border-color: #8C284D;
}
</style>