Shades of Disco #8C3151
Tints of Disco #8C3151
RGB
CMYK
RGB Variations
Color information
#8C3151 (or 0x8C3151) is known color: Disco. HEX triplet: 8C, 31 and 51. RGB value is (140,49,81). Sum of RGB (Red+Green+Blue) = 140+49+81=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3151 is #73CEAE. Grayscale: #4F4F4F. Windows color (decimal): -7589551 or 5321100. OLE color: 5321100.
HSL color Cylindrical-coordinate representation of color #8C3151: hue angle of 338.9º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3151 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 81 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.45 |
| HSL | 338.9º | 0.48% | 0.37% | - |
| HSV(B) | 338.9º | 0.65% | 0.55% | - |
| XYZ | 13.4 | 8.37 | 8.69 | - |
| YUV | 79.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 81 | 0 | 0.65 | 0.42 | 0.45 | 338.9 | 0.48 | 0.37 |
| Hex | 8C | 31 | 51 | 0 | 41 | 2A | 2D | 153 | 30 | 25 |
| Octal | 214 | 61 | 121 | 0 | 101 | 52 | 55 | 523 | 60 | 45 |
| Binary | 10001100 | 110001 | 1010001 | 0 | 1000001 | 101010 | 101101 | 101010011 | 110000 | 100101 |
Color Harmonies of #8C3151
Complementary color
Monochromatic Colors of #8C3151
Black with #8C3151
Text Example
Text Example
White with #8C3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3151; }
p { color: rgb(140,49,81); }
H1.HeaderClassName
{
color: #8C3151;
}
.AnyTagClassName
{
color: #8C3151;
}
</style>
background-color css
<style>
a { background-color: #8C3151; }
a { background-color: rgb(140,49,81); }
div.DivClassName
{
background-color: #8C3151;
}
.BgClassName
{
background-color: #8C3151;
}
</style>
border-color css
<style>
span { border-color: #8C3151; }
span { border-color: rgb(140,49,81); }
td.TdClassName
{
border-color: #8C3151;
}
.TagClassName
{
border-color: #8C3151;
}
</style>