Shades of Disco #8D1949
Tints of Disco #8D1949
RGB
CMYK
RGB Variations
Color information
#8D1949 (or 0x8D1949) is known color: Disco. HEX triplet: 8D, 19 and 49. RGB value is (141,25,73). Sum of RGB (Red+Green+Blue) = 141+25+73=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1949 is #72E6B6. Grayscale: #414141. Windows color (decimal): -7530167 or 4790669. OLE color: 4790669.
HSL color Cylindrical-coordinate representation of color #8D1949: hue angle of 335.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1949 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 73 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.45 |
| HSL | 335.17º | 0.7% | 0.33% | - |
| HSV(B) | 335.17º | 0.82% | 0.55% | - |
| XYZ | 12.53 | 6.84 | 6.96 | - |
| YUV | 65.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 73 | 0 | 0.82 | 0.48 | 0.45 | 335.17 | 0.7 | 0.33 |
| Hex | 8D | 19 | 49 | 0 | 52 | 30 | 2D | 14F | 46 | 21 |
| Octal | 215 | 31 | 111 | 0 | 122 | 60 | 55 | 517 | 106 | 41 |
| Binary | 10001101 | 11001 | 1001001 | 0 | 1010010 | 110000 | 101101 | 101001111 | 1000110 | 100001 |
Color Harmonies of #8D1949
Complementary color
Monochromatic Colors of #8D1949
Black with #8D1949
Text Example
Text Example
White with #8D1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1949; }
p { color: rgb(141,25,73); }
H1.HeaderClassName
{
color: #8D1949;
}
.AnyTagClassName
{
color: #8D1949;
}
</style>
background-color css
<style>
a { background-color: #8D1949; }
a { background-color: rgb(141,25,73); }
div.DivClassName
{
background-color: #8D1949;
}
.BgClassName
{
background-color: #8D1949;
}
</style>
border-color css
<style>
span { border-color: #8D1949; }
span { border-color: rgb(141,25,73); }
td.TdClassName
{
border-color: #8D1949;
}
.TagClassName
{
border-color: #8D1949;
}
</style>