Shades of Disco #8D2942
Tints of Disco #8D2942
RGB
CMYK
RGB Variations
Color information
#8D2942 (or 0x8D2942) is known color: Disco. HEX triplet: 8D, 29 and 42. RGB value is (141,41,66). Sum of RGB (Red+Green+Blue) = 141+41+66=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2942 is #72D6BD. Grayscale: #494949. Windows color (decimal): -7526078 or 4336013. OLE color: 4336013.
HSL color Cylindrical-coordinate representation of color #8D2942: hue angle of 345º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D2942 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 66 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.45 |
| HSL | 345º | 0.55% | 0.36% | - |
| HSV(B) | 345º | 0.71% | 0.55% | - |
| XYZ | 12.76 | 7.64 | 5.96 | - |
| YUV | 73.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 66 | 0 | 0.71 | 0.53 | 0.45 | 345 | 0.55 | 0.36 |
| Hex | 8D | 29 | 42 | 0 | 47 | 35 | 2D | 159 | 37 | 24 |
| Octal | 215 | 51 | 102 | 0 | 107 | 65 | 55 | 531 | 67 | 44 |
| Binary | 10001101 | 101001 | 1000010 | 0 | 1000111 | 110101 | 101101 | 101011001 | 110111 | 100100 |
Color Harmonies of #8D2942
Complementary color
Monochromatic Colors of #8D2942
Black with #8D2942
Text Example
Text Example
White with #8D2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2942; }
p { color: rgb(141,41,66); }
H1.HeaderClassName
{
color: #8D2942;
}
.AnyTagClassName
{
color: #8D2942;
}
</style>
background-color css
<style>
a { background-color: #8D2942; }
a { background-color: rgb(141,41,66); }
div.DivClassName
{
background-color: #8D2942;
}
.BgClassName
{
background-color: #8D2942;
}
</style>
border-color css
<style>
span { border-color: #8D2942; }
span { border-color: rgb(141,41,66); }
td.TdClassName
{
border-color: #8D2942;
}
.TagClassName
{
border-color: #8D2942;
}
</style>