Shades of Disco #8D3552
Tints of Disco #8D3552
RGB
CMYK
RGB Variations
Color information
#8D3552 (or 0x8D3552) is known color: Disco. HEX triplet: 8D, 35 and 52. RGB value is (141,53,82). Sum of RGB (Red+Green+Blue) = 141+53+82=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3552 is #72CAAD. Grayscale: #525252. Windows color (decimal): -7522990 or 5387661. OLE color: 5387661.
HSL color Cylindrical-coordinate representation of color #8D3552: hue angle of 340.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3552 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 82 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.45 |
| HSL | 340.23º | 0.45% | 0.38% | - |
| HSV(B) | 340.23º | 0.62% | 0.55% | - |
| XYZ | 13.78 | 8.82 | 8.96 | - |
| YUV | 82.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 82 | 0 | 0.62 | 0.42 | 0.45 | 340.23 | 0.45 | 0.38 |
| Hex | 8D | 35 | 52 | 0 | 3E | 2A | 2D | 154 | 2D | 26 |
| Octal | 215 | 65 | 122 | 0 | 76 | 52 | 55 | 524 | 55 | 46 |
| Binary | 10001101 | 110101 | 1010010 | 0 | 111110 | 101010 | 101101 | 101010100 | 101101 | 100110 |
Color Harmonies of #8D3552
Complementary color
Monochromatic Colors of #8D3552
Black with #8D3552
Text Example
Text Example
White with #8D3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3552; }
p { color: rgb(141,53,82); }
H1.HeaderClassName
{
color: #8D3552;
}
.AnyTagClassName
{
color: #8D3552;
}
</style>
background-color css
<style>
a { background-color: #8D3552; }
a { background-color: rgb(141,53,82); }
div.DivClassName
{
background-color: #8D3552;
}
.BgClassName
{
background-color: #8D3552;
}
</style>
border-color css
<style>
span { border-color: #8D3552; }
span { border-color: rgb(141,53,82); }
td.TdClassName
{
border-color: #8D3552;
}
.TagClassName
{
border-color: #8D3552;
}
</style>