Shades of Disco #8D2544
Tints of Disco #8D2544
RGB
CMYK
RGB Variations
Color information
#8D2544 (or 0x8D2544) is known color: Disco. HEX triplet: 8D, 25 and 44. RGB value is (141,37,68). Sum of RGB (Red+Green+Blue) = 141+37+68=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2544 is #72DABB. Grayscale: #474747. Windows color (decimal): -7527100 or 4466061. OLE color: 4466061.
HSL color Cylindrical-coordinate representation of color #8D2544: hue angle of 342.12º degrees, saturation: 0.58, 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 #8D2544 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 68 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.45 |
| HSL | 342.12º | 0.58% | 0.35% | - |
| HSV(B) | 342.12º | 0.74% | 0.55% | - |
| XYZ | 12.69 | 7.4 | 6.23 | - |
| YUV | 71.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 68 | 0 | 0.74 | 0.52 | 0.45 | 342.12 | 0.58 | 0.35 |
| Hex | 8D | 25 | 44 | 0 | 4A | 34 | 2D | 156 | 3A | 23 |
| Octal | 215 | 45 | 104 | 0 | 112 | 64 | 55 | 526 | 72 | 43 |
| Binary | 10001101 | 100101 | 1000100 | 0 | 1001010 | 110100 | 101101 | 101010110 | 111010 | 100011 |
Color Harmonies of #8D2544
Complementary color
Monochromatic Colors of #8D2544
Black with #8D2544
Text Example
Text Example
White with #8D2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2544; }
p { color: rgb(141,37,68); }
H1.HeaderClassName
{
color: #8D2544;
}
.AnyTagClassName
{
color: #8D2544;
}
</style>
background-color css
<style>
a { background-color: #8D2544; }
a { background-color: rgb(141,37,68); }
div.DivClassName
{
background-color: #8D2544;
}
.BgClassName
{
background-color: #8D2544;
}
</style>
border-color css
<style>
span { border-color: #8D2544; }
span { border-color: rgb(141,37,68); }
td.TdClassName
{
border-color: #8D2544;
}
.TagClassName
{
border-color: #8D2544;
}
</style>