Shades of Disco #8C2C4D
Tints of Disco #8C2C4D
RGB
CMYK
RGB Variations
Color information
#8C2C4D (or 0x8C2C4D) is known color: Disco. HEX triplet: 8C, 2C and 4D. RGB value is (140,44,77). Sum of RGB (Red+Green+Blue) = 140+44+77=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2C4D is #73D3B2. Grayscale: #4C4C4C. Windows color (decimal): -7590835 or 5057676. OLE color: 5057676.
HSL color Cylindrical-coordinate representation of color #8C2C4D: hue angle of 339.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2C4D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 77 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.45 |
| HSL | 339.38º | 0.52% | 0.36% | - |
| HSV(B) | 339.38º | 0.69% | 0.55% | - |
| XYZ | 13.06 | 7.91 | 7.86 | - |
| YUV | 76.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 77 | 0 | 0.69 | 0.45 | 0.45 | 339.38 | 0.52 | 0.36 |
| Hex | 8C | 2C | 4D | 0 | 45 | 2D | 2D | 153 | 34 | 24 |
| Octal | 214 | 54 | 115 | 0 | 105 | 55 | 55 | 523 | 64 | 44 |
| Binary | 10001100 | 101100 | 1001101 | 0 | 1000101 | 101101 | 101101 | 101010011 | 110100 | 100100 |
Color Harmonies of #8C2C4D
Complementary color
Monochromatic Colors of #8C2C4D
Black with #8C2C4D
Text Example
Text Example
White with #8C2C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C4D; }
p { color: rgb(140,44,77); }
H1.HeaderClassName
{
color: #8C2C4D;
}
.AnyTagClassName
{
color: #8C2C4D;
}
</style>
background-color css
<style>
a { background-color: #8C2C4D; }
a { background-color: rgb(140,44,77); }
div.DivClassName
{
background-color: #8C2C4D;
}
.BgClassName
{
background-color: #8C2C4D;
}
</style>
border-color css
<style>
span { border-color: #8C2C4D; }
span { border-color: rgb(140,44,77); }
td.TdClassName
{
border-color: #8C2C4D;
}
.TagClassName
{
border-color: #8C2C4D;
}
</style>