Shades of Disco #8D3750
Tints of Disco #8D3750
RGB
CMYK
RGB Variations
Color information
#8D3750 (or 0x8D3750) is known color: Disco. HEX triplet: 8D, 37 and 50. RGB value is (141,55,80). Sum of RGB (Red+Green+Blue) = 141+55+80=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3750 is #72C8AF. Grayscale: #535353. Windows color (decimal): -7522480 or 5257101. OLE color: 5257101.
HSL color Cylindrical-coordinate representation of color #8D3750: hue angle of 342.56º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3750 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 80 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.45 |
| HSL | 342.56º | 0.44% | 0.38% | - |
| HSV(B) | 342.56º | 0.61% | 0.55% | - |
| XYZ | 13.8 | 8.97 | 8.59 | - |
| YUV | 83.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 80 | 0 | 0.61 | 0.43 | 0.45 | 342.56 | 0.44 | 0.38 |
| Hex | 8D | 37 | 50 | 0 | 3D | 2B | 2D | 157 | 2C | 26 |
| Octal | 215 | 67 | 120 | 0 | 75 | 53 | 55 | 527 | 54 | 46 |
| Binary | 10001101 | 110111 | 1010000 | 0 | 111101 | 101011 | 101101 | 101010111 | 101100 | 100110 |
Color Harmonies of #8D3750
Complementary color
Monochromatic Colors of #8D3750
Black with #8D3750
Text Example
Text Example
White with #8D3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3750; }
p { color: rgb(141,55,80); }
H1.HeaderClassName
{
color: #8D3750;
}
.AnyTagClassName
{
color: #8D3750;
}
</style>
background-color css
<style>
a { background-color: #8D3750; }
a { background-color: rgb(141,55,80); }
div.DivClassName
{
background-color: #8D3750;
}
.BgClassName
{
background-color: #8D3750;
}
</style>
border-color css
<style>
span { border-color: #8D3750; }
span { border-color: rgb(141,55,80); }
td.TdClassName
{
border-color: #8D3750;
}
.TagClassName
{
border-color: #8D3750;
}
</style>