Shades of Disco #8C364F
Tints of Disco #8C364F
RGB
CMYK
RGB Variations
Color information
#8C364F (or 0x8C364F) is known color: Disco. HEX triplet: 8C, 36 and 4F. RGB value is (140,54,79). Sum of RGB (Red+Green+Blue) = 140+54+79=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C364F is #73C9B0. Grayscale: #525252. Windows color (decimal): -7588273 or 5191308. OLE color: 5191308.
HSL color Cylindrical-coordinate representation of color #8C364F: hue angle of 342.56º 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 #8C364F is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 79 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.45 |
| HSL | 342.56º | 0.44% | 0.38% | - |
| HSV(B) | 342.56º | 0.61% | 0.55% | - |
| XYZ | 13.55 | 8.78 | 8.38 | - |
| YUV | 82.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 79 | 0 | 0.61 | 0.44 | 0.45 | 342.56 | 0.44 | 0.38 |
| Hex | 8C | 36 | 4F | 0 | 3D | 2C | 2D | 157 | 2C | 26 |
| Octal | 214 | 66 | 117 | 0 | 75 | 54 | 55 | 527 | 54 | 46 |
| Binary | 10001100 | 110110 | 1001111 | 0 | 111101 | 101100 | 101101 | 101010111 | 101100 | 100110 |
Color Harmonies of #8C364F
Complementary color
Monochromatic Colors of #8C364F
Black with #8C364F
Text Example
Text Example
White with #8C364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C364F; }
p { color: rgb(140,54,79); }
H1.HeaderClassName
{
color: #8C364F;
}
.AnyTagClassName
{
color: #8C364F;
}
</style>
background-color css
<style>
a { background-color: #8C364F; }
a { background-color: rgb(140,54,79); }
div.DivClassName
{
background-color: #8C364F;
}
.BgClassName
{
background-color: #8C364F;
}
</style>
border-color css
<style>
span { border-color: #8C364F; }
span { border-color: rgb(140,54,79); }
td.TdClassName
{
border-color: #8C364F;
}
.TagClassName
{
border-color: #8C364F;
}
</style>