Shades of Disco #8D1F4A
Tints of Disco #8D1F4A
RGB
CMYK
RGB Variations
Color information
#8D1F4A (or 0x8D1F4A) is known color: Disco. HEX triplet: 8D, 1F and 4A. RGB value is (141,31,74). Sum of RGB (Red+Green+Blue) = 141+31+74=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F4A is #72E0B5. Grayscale: #444444. Windows color (decimal): -7528630 or 4857741. OLE color: 4857741.
HSL color Cylindrical-coordinate representation of color #8D1F4A: hue angle of 336.55º 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 #8D1F4A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 74 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.45 |
| HSL | 336.55º | 0.64% | 0.34% | - |
| HSV(B) | 336.55º | 0.78% | 0.55% | - |
| XYZ | 12.71 | 7.14 | 7.19 | - |
| YUV | 68.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 74 | 0 | 0.78 | 0.48 | 0.45 | 336.55 | 0.64 | 0.34 |
| Hex | 8D | 1F | 4A | 0 | 4E | 30 | 2D | 151 | 40 | 22 |
| Octal | 215 | 37 | 112 | 0 | 116 | 60 | 55 | 521 | 100 | 42 |
| Binary | 10001101 | 11111 | 1001010 | 0 | 1001110 | 110000 | 101101 | 101010001 | 1000000 | 100010 |
Color Harmonies of #8D1F4A
Complementary color
Monochromatic Colors of #8D1F4A
Black with #8D1F4A
Text Example
Text Example
White with #8D1F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F4A; }
p { color: rgb(141,31,74); }
H1.HeaderClassName
{
color: #8D1F4A;
}
.AnyTagClassName
{
color: #8D1F4A;
}
</style>
background-color css
<style>
a { background-color: #8D1F4A; }
a { background-color: rgb(141,31,74); }
div.DivClassName
{
background-color: #8D1F4A;
}
.BgClassName
{
background-color: #8D1F4A;
}
</style>
border-color css
<style>
span { border-color: #8D1F4A; }
span { border-color: rgb(141,31,74); }
td.TdClassName
{
border-color: #8D1F4A;
}
.TagClassName
{
border-color: #8D1F4A;
}
</style>