Shades of Disco #8C304D
Tints of Disco #8C304D
RGB
CMYK
RGB Variations
Color information
#8C304D (or 0x8C304D) is known color: Disco. HEX triplet: 8C, 30 and 4D. RGB value is (140,48,77). Sum of RGB (Red+Green+Blue) = 140+48+77=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C304D is #73CFB2. Grayscale: #4E4E4E. Windows color (decimal): -7589811 or 5058700. OLE color: 5058700.
HSL color Cylindrical-coordinate representation of color #8C304D: hue angle of 341.09º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C304D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 77 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.45 |
| HSL | 341.09º | 0.49% | 0.37% | - |
| HSV(B) | 341.09º | 0.66% | 0.55% | - |
| XYZ | 13.21 | 8.23 | 7.91 | - |
| YUV | 78.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 77 | 0 | 0.66 | 0.45 | 0.45 | 341.09 | 0.49 | 0.37 |
| Hex | 8C | 30 | 4D | 0 | 42 | 2D | 2D | 155 | 31 | 25 |
| Octal | 214 | 60 | 115 | 0 | 102 | 55 | 55 | 525 | 61 | 45 |
| Binary | 10001100 | 110000 | 1001101 | 0 | 1000010 | 101101 | 101101 | 101010101 | 110001 | 100101 |
Color Harmonies of #8C304D
Complementary color
Monochromatic Colors of #8C304D
Black with #8C304D
Text Example
Text Example
White with #8C304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C304D; }
p { color: rgb(140,48,77); }
H1.HeaderClassName
{
color: #8C304D;
}
.AnyTagClassName
{
color: #8C304D;
}
</style>
background-color css
<style>
a { background-color: #8C304D; }
a { background-color: rgb(140,48,77); }
div.DivClassName
{
background-color: #8C304D;
}
.BgClassName
{
background-color: #8C304D;
}
</style>
border-color css
<style>
span { border-color: #8C304D; }
span { border-color: rgb(140,48,77); }
td.TdClassName
{
border-color: #8C304D;
}
.TagClassName
{
border-color: #8C304D;
}
</style>