Shades of Disco #8D2143
Tints of Disco #8D2143
RGB
CMYK
RGB Variations
Color information
#8D2143 (or 0x8D2143) is known color: Disco. HEX triplet: 8D, 21 and 43. RGB value is (141,33,67). Sum of RGB (Red+Green+Blue) = 141+33+67=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2143 is #72DEBC. Grayscale: #454545. Windows color (decimal): -7528125 or 4399501. OLE color: 4399501.
HSL color Cylindrical-coordinate representation of color #8D2143: hue angle of 341.11º 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 #8D2143 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 67 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.45 |
| HSL | 341.11º | 0.62% | 0.34% | - |
| HSV(B) | 341.11º | 0.77% | 0.55% | - |
| XYZ | 12.54 | 7.16 | 6.03 | - |
| YUV | 69.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 67 | 0 | 0.77 | 0.52 | 0.45 | 341.11 | 0.62 | 0.34 |
| Hex | 8D | 21 | 43 | 0 | 4D | 34 | 2D | 155 | 3E | 22 |
| Octal | 215 | 41 | 103 | 0 | 115 | 64 | 55 | 525 | 76 | 42 |
| Binary | 10001101 | 100001 | 1000011 | 0 | 1001101 | 110100 | 101101 | 101010101 | 111110 | 100010 |
Color Harmonies of #8D2143
Complementary color
Monochromatic Colors of #8D2143
Black with #8D2143
Text Example
Text Example
White with #8D2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2143; }
p { color: rgb(141,33,67); }
H1.HeaderClassName
{
color: #8D2143;
}
.AnyTagClassName
{
color: #8D2143;
}
</style>
background-color css
<style>
a { background-color: #8D2143; }
a { background-color: rgb(141,33,67); }
div.DivClassName
{
background-color: #8D2143;
}
.BgClassName
{
background-color: #8D2143;
}
</style>
border-color css
<style>
span { border-color: #8D2143; }
span { border-color: rgb(141,33,67); }
td.TdClassName
{
border-color: #8D2143;
}
.TagClassName
{
border-color: #8D2143;
}
</style>