Shades of Disco #8D244C
Tints of Disco #8D244C
RGB
CMYK
RGB Variations
Color information
#8D244C (or 0x8D244C) is known color: Disco. HEX triplet: 8D, 24 and 4C. RGB value is (141,36,76). Sum of RGB (Red+Green+Blue) = 141+36+76=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D244C is #72DBB3. Grayscale: #474747. Windows color (decimal): -7527348 or 4990093. OLE color: 4990093.
HSL color Cylindrical-coordinate representation of color #8D244C: hue angle of 337.14º degrees, saturation: 0.59, 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 #8D244C is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 76 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.45 |
| HSL | 337.14º | 0.59% | 0.35% | - |
| HSV(B) | 337.14º | 0.74% | 0.55% | - |
| XYZ | 12.92 | 7.45 | 7.59 | - |
| YUV | 71.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 76 | 0 | 0.74 | 0.46 | 0.45 | 337.14 | 0.59 | 0.35 |
| Hex | 8D | 24 | 4C | 0 | 4A | 2E | 2D | 151 | 3B | 23 |
| Octal | 215 | 44 | 114 | 0 | 112 | 56 | 55 | 521 | 73 | 43 |
| Binary | 10001101 | 100100 | 1001100 | 0 | 1001010 | 101110 | 101101 | 101010001 | 111011 | 100011 |
Color Harmonies of #8D244C
Complementary color
Monochromatic Colors of #8D244C
Black with #8D244C
Text Example
Text Example
White with #8D244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D244C; }
p { color: rgb(141,36,76); }
H1.HeaderClassName
{
color: #8D244C;
}
.AnyTagClassName
{
color: #8D244C;
}
</style>
background-color css
<style>
a { background-color: #8D244C; }
a { background-color: rgb(141,36,76); }
div.DivClassName
{
background-color: #8D244C;
}
.BgClassName
{
background-color: #8D244C;
}
</style>
border-color css
<style>
span { border-color: #8D244C; }
span { border-color: rgb(141,36,76); }
td.TdClassName
{
border-color: #8D244C;
}
.TagClassName
{
border-color: #8D244C;
}
</style>