Shades of Disco #8D2148
Tints of Disco #8D2148
RGB
CMYK
RGB Variations
Color information
#8D2148 (or 0x8D2148) is known color: Disco. HEX triplet: 8D, 21 and 48. RGB value is (141,33,72). Sum of RGB (Red+Green+Blue) = 141+33+72=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2148 is #72DEB7. Grayscale: #454545. Windows color (decimal): -7528120 or 4727181. OLE color: 4727181.
HSL color Cylindrical-coordinate representation of color #8D2148: hue angle of 338.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2148 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 72 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.45 |
| HSL | 338.33º | 0.62% | 0.34% | - |
| HSV(B) | 338.33º | 0.77% | 0.55% | - |
| XYZ | 12.7 | 7.22 | 6.85 | - |
| YUV | 69.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 72 | 0 | 0.77 | 0.49 | 0.45 | 338.33 | 0.62 | 0.34 |
| Hex | 8D | 21 | 48 | 0 | 4D | 31 | 2D | 152 | 3E | 22 |
| Octal | 215 | 41 | 110 | 0 | 115 | 61 | 55 | 522 | 76 | 42 |
| Binary | 10001101 | 100001 | 1001000 | 0 | 1001101 | 110001 | 101101 | 101010010 | 111110 | 100010 |
Color Harmonies of #8D2148
Complementary color
Monochromatic Colors of #8D2148
Black with #8D2148
Text Example
Text Example
White with #8D2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2148; }
p { color: rgb(141,33,72); }
H1.HeaderClassName
{
color: #8D2148;
}
.AnyTagClassName
{
color: #8D2148;
}
</style>
background-color css
<style>
a { background-color: #8D2148; }
a { background-color: rgb(141,33,72); }
div.DivClassName
{
background-color: #8D2148;
}
.BgClassName
{
background-color: #8D2148;
}
</style>
border-color css
<style>
span { border-color: #8D2148; }
span { border-color: rgb(141,33,72); }
td.TdClassName
{
border-color: #8D2148;
}
.TagClassName
{
border-color: #8D2148;
}
</style>