Shades of Disco #8D284C
Tints of Disco #8D284C
RGB
CMYK
RGB Variations
Color information
#8D284C (or 0x8D284C) is known color: Disco. HEX triplet: 8D, 28 and 4C. RGB value is (141,40,76). Sum of RGB (Red+Green+Blue) = 141+40+76=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D284C is #72D7B3. Grayscale: #4A4A4A. Windows color (decimal): -7526324 or 4991117. OLE color: 4991117.
HSL color Cylindrical-coordinate representation of color #8D284C: hue angle of 338.61º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D284C is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 76 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.45 |
| HSL | 338.61º | 0.56% | 0.35% | - |
| HSV(B) | 338.61º | 0.72% | 0.55% | - |
| XYZ | 13.05 | 7.7 | 7.64 | - |
| YUV | 74.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 76 | 0 | 0.72 | 0.46 | 0.45 | 338.61 | 0.56 | 0.35 |
| Hex | 8D | 28 | 4C | 0 | 48 | 2E | 2D | 153 | 38 | 23 |
| Octal | 215 | 50 | 114 | 0 | 110 | 56 | 55 | 523 | 70 | 43 |
| Binary | 10001101 | 101000 | 1001100 | 0 | 1001000 | 101110 | 101101 | 101010011 | 111000 | 100011 |
Color Harmonies of #8D284C
Complementary color
Monochromatic Colors of #8D284C
Black with #8D284C
Text Example
Text Example
White with #8D284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D284C; }
p { color: rgb(141,40,76); }
H1.HeaderClassName
{
color: #8D284C;
}
.AnyTagClassName
{
color: #8D284C;
}
</style>
background-color css
<style>
a { background-color: #8D284C; }
a { background-color: rgb(141,40,76); }
div.DivClassName
{
background-color: #8D284C;
}
.BgClassName
{
background-color: #8D284C;
}
</style>
border-color css
<style>
span { border-color: #8D284C; }
span { border-color: rgb(141,40,76); }
td.TdClassName
{
border-color: #8D284C;
}
.TagClassName
{
border-color: #8D284C;
}
</style>