Shades of Disco #8D2542
Tints of Disco #8D2542
RGB
CMYK
RGB Variations
Color information
#8D2542 (or 0x8D2542) is known color: Disco. HEX triplet: 8D, 25 and 42. RGB value is (141,37,66). Sum of RGB (Red+Green+Blue) = 141+37+66=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2542 is #72DABD. Grayscale: #474747. Windows color (decimal): -7527102 or 4334989. OLE color: 4334989.
HSL color Cylindrical-coordinate representation of color #8D2542: hue angle of 343.27º 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 #8D2542 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 66 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.45 |
| HSL | 343.27º | 0.58% | 0.35% | - |
| HSV(B) | 343.27º | 0.74% | 0.55% | - |
| XYZ | 12.63 | 7.38 | 5.91 | - |
| YUV | 71.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 66 | 0 | 0.74 | 0.53 | 0.45 | 343.27 | 0.58 | 0.35 |
| Hex | 8D | 25 | 42 | 0 | 4A | 35 | 2D | 157 | 3A | 23 |
| Octal | 215 | 45 | 102 | 0 | 112 | 65 | 55 | 527 | 72 | 43 |
| Binary | 10001101 | 100101 | 1000010 | 0 | 1001010 | 110101 | 101101 | 101010111 | 111010 | 100011 |
Color Harmonies of #8D2542
Complementary color
Monochromatic Colors of #8D2542
Black with #8D2542
Text Example
Text Example
White with #8D2542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2542; }
p { color: rgb(141,37,66); }
H1.HeaderClassName
{
color: #8D2542;
}
.AnyTagClassName
{
color: #8D2542;
}
</style>
background-color css
<style>
a { background-color: #8D2542; }
a { background-color: rgb(141,37,66); }
div.DivClassName
{
background-color: #8D2542;
}
.BgClassName
{
background-color: #8D2542;
}
</style>
border-color css
<style>
span { border-color: #8D2542; }
span { border-color: rgb(141,37,66); }
td.TdClassName
{
border-color: #8D2542;
}
.TagClassName
{
border-color: #8D2542;
}
</style>