Shades of Disco #8C2D4E
Tints of Disco #8C2D4E
RGB
CMYK
RGB Variations
Color information
#8C2D4E (or 0x8C2D4E) is known color: Disco. HEX triplet: 8C, 2D and 4E. RGB value is (140,45,78). Sum of RGB (Red+Green+Blue) = 140+45+78=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2D4E is #73D2B1. Grayscale: #4D4D4D. Windows color (decimal): -7590578 or 5123468. OLE color: 5123468.
HSL color Cylindrical-coordinate representation of color #8C2D4E: hue angle of 339.16º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D4E is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 78 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.45 |
| HSL | 339.16º | 0.51% | 0.36% | - |
| HSV(B) | 339.16º | 0.68% | 0.55% | - |
| XYZ | 13.13 | 8 | 8.06 | - |
| YUV | 77.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 78 | 0 | 0.68 | 0.44 | 0.45 | 339.16 | 0.51 | 0.36 |
| Hex | 8C | 2D | 4E | 0 | 44 | 2C | 2D | 153 | 33 | 24 |
| Octal | 214 | 55 | 116 | 0 | 104 | 54 | 55 | 523 | 63 | 44 |
| Binary | 10001100 | 101101 | 1001110 | 0 | 1000100 | 101100 | 101101 | 101010011 | 110011 | 100100 |
Color Harmonies of #8C2D4E
Complementary color
Monochromatic Colors of #8C2D4E
Black with #8C2D4E
Text Example
Text Example
White with #8C2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D4E; }
p { color: rgb(140,45,78); }
H1.HeaderClassName
{
color: #8C2D4E;
}
.AnyTagClassName
{
color: #8C2D4E;
}
</style>
background-color css
<style>
a { background-color: #8C2D4E; }
a { background-color: rgb(140,45,78); }
div.DivClassName
{
background-color: #8C2D4E;
}
.BgClassName
{
background-color: #8C2D4E;
}
</style>
border-color css
<style>
span { border-color: #8C2D4E; }
span { border-color: rgb(140,45,78); }
td.TdClassName
{
border-color: #8C2D4E;
}
.TagClassName
{
border-color: #8C2D4E;
}
</style>