Shades of Disco #8C254D
Tints of Disco #8C254D
RGB
CMYK
RGB Variations
Color information
#8C254D (or 0x8C254D) is known color: Disco. HEX triplet: 8C, 25 and 4D. RGB value is (140,37,77). Sum of RGB (Red+Green+Blue) = 140+37+77=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C254D is #73DAB2. Grayscale: #484848. Windows color (decimal): -7592627 or 5055884. OLE color: 5055884.
HSL color Cylindrical-coordinate representation of color #8C254D: hue angle of 336.7º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C254D is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 77 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.45 |
| HSL | 336.7º | 0.58% | 0.35% | - |
| HSV(B) | 336.7º | 0.74% | 0.55% | - |
| XYZ | 12.82 | 7.43 | 7.78 | - |
| YUV | 72.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 77 | 0 | 0.74 | 0.45 | 0.45 | 336.7 | 0.58 | 0.35 |
| Hex | 8C | 25 | 4D | 0 | 4A | 2D | 2D | 151 | 3A | 23 |
| Octal | 214 | 45 | 115 | 0 | 112 | 55 | 55 | 521 | 72 | 43 |
| Binary | 10001100 | 100101 | 1001101 | 0 | 1001010 | 101101 | 101101 | 101010001 | 111010 | 100011 |
Color Harmonies of #8C254D
Complementary color
Monochromatic Colors of #8C254D
Black with #8C254D
Text Example
Text Example
White with #8C254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C254D; }
p { color: rgb(140,37,77); }
H1.HeaderClassName
{
color: #8C254D;
}
.AnyTagClassName
{
color: #8C254D;
}
</style>
background-color css
<style>
a { background-color: #8C254D; }
a { background-color: rgb(140,37,77); }
div.DivClassName
{
background-color: #8C254D;
}
.BgClassName
{
background-color: #8C254D;
}
</style>
border-color css
<style>
span { border-color: #8C254D; }
span { border-color: rgb(140,37,77); }
td.TdClassName
{
border-color: #8C254D;
}
.TagClassName
{
border-color: #8C254D;
}
</style>