Shades of Disco #8C3651
Tints of Disco #8C3651
RGB
CMYK
RGB Variations
Color information
#8C3651 (or 0x8C3651) is known color: Disco. HEX triplet: 8C, 36 and 51. RGB value is (140,54,81). Sum of RGB (Red+Green+Blue) = 140+54+81=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3651 is #73C9AE. Grayscale: #525252. Windows color (decimal): -7588271 or 5322380. OLE color: 5322380.
HSL color Cylindrical-coordinate representation of color #8C3651: hue angle of 341.16º 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 #8C3651 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 81 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.45 |
| HSL | 341.16º | 0.44% | 0.38% | - |
| HSV(B) | 341.16º | 0.61% | 0.55% | - |
| XYZ | 13.62 | 8.81 | 8.77 | - |
| YUV | 82.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 81 | 0 | 0.61 | 0.42 | 0.45 | 341.16 | 0.44 | 0.38 |
| Hex | 8C | 36 | 51 | 0 | 3D | 2A | 2D | 155 | 2C | 26 |
| Octal | 214 | 66 | 121 | 0 | 75 | 52 | 55 | 525 | 54 | 46 |
| Binary | 10001100 | 110110 | 1010001 | 0 | 111101 | 101010 | 101101 | 101010101 | 101100 | 100110 |
Color Harmonies of #8C3651
Complementary color
Monochromatic Colors of #8C3651
Black with #8C3651
Text Example
Text Example
White with #8C3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3651; }
p { color: rgb(140,54,81); }
H1.HeaderClassName
{
color: #8C3651;
}
.AnyTagClassName
{
color: #8C3651;
}
</style>
background-color css
<style>
a { background-color: #8C3651; }
a { background-color: rgb(140,54,81); }
div.DivClassName
{
background-color: #8C3651;
}
.BgClassName
{
background-color: #8C3651;
}
</style>
border-color css
<style>
span { border-color: #8C3651; }
span { border-color: rgb(140,54,81); }
td.TdClassName
{
border-color: #8C3651;
}
.TagClassName
{
border-color: #8C3651;
}
</style>