Shades of Disco #8D3A53
Tints of Disco #8D3A53
RGB
CMYK
RGB Variations
Color information
#8D3A53 (or 0x8D3A53) is known color: Disco. HEX triplet: 8D, 3A and 53. RGB value is (141,58,83). Sum of RGB (Red+Green+Blue) = 141+58+83=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3A53 is #72C5AC. Grayscale: #555555. Windows color (decimal): -7521709 or 5454477. OLE color: 5454477.
HSL color Cylindrical-coordinate representation of color #8D3A53: hue angle of 341.93º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D3A53 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 83 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.45 |
| HSL | 341.93º | 0.42% | 0.39% | - |
| HSV(B) | 341.93º | 0.59% | 0.55% | - |
| XYZ | 14.06 | 9.31 | 9.24 | - |
| YUV | 85.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 83 | 0 | 0.59 | 0.41 | 0.45 | 341.93 | 0.42 | 0.39 |
| Hex | 8D | 3A | 53 | 0 | 3B | 29 | 2D | 156 | 2A | 27 |
| Octal | 215 | 72 | 123 | 0 | 73 | 51 | 55 | 526 | 52 | 47 |
| Binary | 10001101 | 111010 | 1010011 | 0 | 111011 | 101001 | 101101 | 101010110 | 101010 | 100111 |
Color Harmonies of #8D3A53
Complementary color
Monochromatic Colors of #8D3A53
Black with #8D3A53
Text Example
Text Example
White with #8D3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A53; }
p { color: rgb(141,58,83); }
H1.HeaderClassName
{
color: #8D3A53;
}
.AnyTagClassName
{
color: #8D3A53;
}
</style>
background-color css
<style>
a { background-color: #8D3A53; }
a { background-color: rgb(141,58,83); }
div.DivClassName
{
background-color: #8D3A53;
}
.BgClassName
{
background-color: #8D3A53;
}
</style>
border-color css
<style>
span { border-color: #8D3A53; }
span { border-color: rgb(141,58,83); }
td.TdClassName
{
border-color: #8D3A53;
}
.TagClassName
{
border-color: #8D3A53;
}
</style>