Shades of Disco #8C3850
Tints of Disco #8C3850
RGB
CMYK
RGB Variations
Color information
#8C3850 (or 0x8C3850) is known color: Disco. HEX triplet: 8C, 38 and 50. RGB value is (140,56,80). Sum of RGB (Red+Green+Blue) = 140+56+80=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3850 is #73C7AF. Grayscale: #535353. Windows color (decimal): -7587760 or 5257356. OLE color: 5257356.
HSL color Cylindrical-coordinate representation of color #8C3850: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3850 is Cyan = 0, Magento = 0.6, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 80 | - |
| CMYK | 0 | 0.6 | 0.43 | 0.45 |
| HSL | 342.86º | 0.43% | 0.38% | - |
| HSV(B) | 342.86º | 0.6% | 0.55% | - |
| XYZ | 13.68 | 8.98 | 8.6 | - |
| YUV | 83.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 80 | 0 | 0.6 | 0.43 | 0.45 | 342.86 | 0.43 | 0.38 |
| Hex | 8C | 38 | 50 | 0 | 3C | 2B | 2D | 157 | 2B | 26 |
| Octal | 214 | 70 | 120 | 0 | 74 | 53 | 55 | 527 | 53 | 46 |
| Binary | 10001100 | 111000 | 1010000 | 0 | 111100 | 101011 | 101101 | 101010111 | 101011 | 100110 |
Color Harmonies of #8C3850
Complementary color
Monochromatic Colors of #8C3850
Black with #8C3850
Text Example
Text Example
White with #8C3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3850; }
p { color: rgb(140,56,80); }
H1.HeaderClassName
{
color: #8C3850;
}
.AnyTagClassName
{
color: #8C3850;
}
</style>
background-color css
<style>
a { background-color: #8C3850; }
a { background-color: rgb(140,56,80); }
div.DivClassName
{
background-color: #8C3850;
}
.BgClassName
{
background-color: #8C3850;
}
</style>
border-color css
<style>
span { border-color: #8C3850; }
span { border-color: rgb(140,56,80); }
td.TdClassName
{
border-color: #8C3850;
}
.TagClassName
{
border-color: #8C3850;
}
</style>