Shades of Disco #8D2742
Tints of Disco #8D2742
RGB
CMYK
RGB Variations
Color information
#8D2742 (or 0x8D2742) is known color: Disco. HEX triplet: 8D, 27 and 42. RGB value is (141,39,66). Sum of RGB (Red+Green+Blue) = 141+39+66=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2742 is #72D8BD. Grayscale: #484848. Windows color (decimal): -7526590 or 4335501. OLE color: 4335501.
HSL color Cylindrical-coordinate representation of color #8D2742: hue angle of 344.12º degrees, saturation: 0.57, 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 #8D2742 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 66 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.45 |
| HSL | 344.12º | 0.57% | 0.35% | - |
| HSV(B) | 344.12º | 0.72% | 0.55% | - |
| XYZ | 12.69 | 7.51 | 5.93 | - |
| YUV | 72.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 66 | 0 | 0.72 | 0.53 | 0.45 | 344.12 | 0.57 | 0.35 |
| Hex | 8D | 27 | 42 | 0 | 48 | 35 | 2D | 158 | 39 | 23 |
| Octal | 215 | 47 | 102 | 0 | 110 | 65 | 55 | 530 | 71 | 43 |
| Binary | 10001101 | 100111 | 1000010 | 0 | 1001000 | 110101 | 101101 | 101011000 | 111001 | 100011 |
Color Harmonies of #8D2742
Complementary color
Monochromatic Colors of #8D2742
Black with #8D2742
Text Example
Text Example
White with #8D2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2742; }
p { color: rgb(141,39,66); }
H1.HeaderClassName
{
color: #8D2742;
}
.AnyTagClassName
{
color: #8D2742;
}
</style>
background-color css
<style>
a { background-color: #8D2742; }
a { background-color: rgb(141,39,66); }
div.DivClassName
{
background-color: #8D2742;
}
.BgClassName
{
background-color: #8D2742;
}
</style>
border-color css
<style>
span { border-color: #8D2742; }
span { border-color: rgb(141,39,66); }
td.TdClassName
{
border-color: #8D2742;
}
.TagClassName
{
border-color: #8D2742;
}
</style>