Shades of Disco #8D1F49
Tints of Disco #8D1F49
RGB
CMYK
RGB Variations
Color information
#8D1F49 (or 0x8D1F49) is known color: Disco. HEX triplet: 8D, 1F and 49. RGB value is (141,31,73). Sum of RGB (Red+Green+Blue) = 141+31+73=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F49 is #72E0B6. Grayscale: #444444. Windows color (decimal): -7528631 or 4792205. OLE color: 4792205.
HSL color Cylindrical-coordinate representation of color #8D1F49: hue angle of 337.09º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D1F49 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 73 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.45 |
| HSL | 337.09º | 0.64% | 0.34% | - |
| HSV(B) | 337.09º | 0.78% | 0.55% | - |
| XYZ | 12.68 | 7.12 | 7.01 | - |
| YUV | 68.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 73 | 0 | 0.78 | 0.48 | 0.45 | 337.09 | 0.64 | 0.34 |
| Hex | 8D | 1F | 49 | 0 | 4E | 30 | 2D | 151 | 40 | 22 |
| Octal | 215 | 37 | 111 | 0 | 116 | 60 | 55 | 521 | 100 | 42 |
| Binary | 10001101 | 11111 | 1001001 | 0 | 1001110 | 110000 | 101101 | 101010001 | 1000000 | 100010 |
Color Harmonies of #8D1F49
Complementary color
Monochromatic Colors of #8D1F49
Black with #8D1F49
Text Example
Text Example
White with #8D1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F49; }
p { color: rgb(141,31,73); }
H1.HeaderClassName
{
color: #8D1F49;
}
.AnyTagClassName
{
color: #8D1F49;
}
</style>
background-color css
<style>
a { background-color: #8D1F49; }
a { background-color: rgb(141,31,73); }
div.DivClassName
{
background-color: #8D1F49;
}
.BgClassName
{
background-color: #8D1F49;
}
</style>
border-color css
<style>
span { border-color: #8D1F49; }
span { border-color: rgb(141,31,73); }
td.TdClassName
{
border-color: #8D1F49;
}
.TagClassName
{
border-color: #8D1F49;
}
</style>