Shades of Disco #8C364E
Tints of Disco #8C364E
RGB
CMYK
RGB Variations
Color information
#8C364E (or 0x8C364E) is known color: Disco. HEX triplet: 8C, 36 and 4E. RGB value is (140,54,78). Sum of RGB (Red+Green+Blue) = 140+54+78=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C364E is #73C9B1. Grayscale: #525252. Windows color (decimal): -7588274 or 5125772. OLE color: 5125772.
HSL color Cylindrical-coordinate representation of color #8C364E: hue angle of 343.26º 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 #8C364E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 78 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.45 |
| HSL | 343.26º | 0.44% | 0.38% | - |
| HSV(B) | 343.26º | 0.61% | 0.55% | - |
| XYZ | 13.51 | 8.76 | 8.19 | - |
| YUV | 82.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 78 | 0 | 0.61 | 0.44 | 0.45 | 343.26 | 0.44 | 0.38 |
| Hex | 8C | 36 | 4E | 0 | 3D | 2C | 2D | 157 | 2C | 26 |
| Octal | 214 | 66 | 116 | 0 | 75 | 54 | 55 | 527 | 54 | 46 |
| Binary | 10001100 | 110110 | 1001110 | 0 | 111101 | 101100 | 101101 | 101010111 | 101100 | 100110 |
Color Harmonies of #8C364E
Complementary color
Monochromatic Colors of #8C364E
Black with #8C364E
Text Example
Text Example
White with #8C364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C364E; }
p { color: rgb(140,54,78); }
H1.HeaderClassName
{
color: #8C364E;
}
.AnyTagClassName
{
color: #8C364E;
}
</style>
background-color css
<style>
a { background-color: #8C364E; }
a { background-color: rgb(140,54,78); }
div.DivClassName
{
background-color: #8C364E;
}
.BgClassName
{
background-color: #8C364E;
}
</style>
border-color css
<style>
span { border-color: #8C364E; }
span { border-color: rgb(140,54,78); }
td.TdClassName
{
border-color: #8C364E;
}
.TagClassName
{
border-color: #8C364E;
}
</style>