Shades of Disco #8D2142
Tints of Disco #8D2142
RGB
CMYK
RGB Variations
Color information
#8D2142 (or 0x8D2142) is known color: Disco. HEX triplet: 8D, 21 and 42. RGB value is (141,33,66). Sum of RGB (Red+Green+Blue) = 141+33+66=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2142 is #72DEBD. Grayscale: #454545. Windows color (decimal): -7528126 or 4333965. OLE color: 4333965.
HSL color Cylindrical-coordinate representation of color #8D2142: hue angle of 341.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2142 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 66 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.45 |
| HSL | 341.67º | 0.62% | 0.34% | - |
| HSV(B) | 341.67º | 0.77% | 0.55% | - |
| XYZ | 12.51 | 7.14 | 5.87 | - |
| YUV | 69.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 66 | 0 | 0.77 | 0.53 | 0.45 | 341.67 | 0.62 | 0.34 |
| Hex | 8D | 21 | 42 | 0 | 4D | 35 | 2D | 156 | 3E | 22 |
| Octal | 215 | 41 | 102 | 0 | 115 | 65 | 55 | 526 | 76 | 42 |
| Binary | 10001101 | 100001 | 1000010 | 0 | 1001101 | 110101 | 101101 | 101010110 | 111110 | 100010 |
Color Harmonies of #8D2142
Complementary color
Monochromatic Colors of #8D2142
Black with #8D2142
Text Example
Text Example
White with #8D2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2142; }
p { color: rgb(141,33,66); }
H1.HeaderClassName
{
color: #8D2142;
}
.AnyTagClassName
{
color: #8D2142;
}
</style>
background-color css
<style>
a { background-color: #8D2142; }
a { background-color: rgb(141,33,66); }
div.DivClassName
{
background-color: #8D2142;
}
.BgClassName
{
background-color: #8D2142;
}
</style>
border-color css
<style>
span { border-color: #8D2142; }
span { border-color: rgb(141,33,66); }
td.TdClassName
{
border-color: #8D2142;
}
.TagClassName
{
border-color: #8D2142;
}
</style>