Shades of Disco #8C2549
Tints of Disco #8C2549
RGB
CMYK
RGB Variations
Color information
#8C2549 (or 0x8C2549) is known color: Disco. HEX triplet: 8C, 25 and 49. RGB value is (140,37,73). Sum of RGB (Red+Green+Blue) = 140+37+73=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2549 is #73DAB6. Grayscale: #474747. Windows color (decimal): -7592631 or 4793740. OLE color: 4793740.
HSL color Cylindrical-coordinate representation of color #8C2549: hue angle of 339.03º 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 #8C2549 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 73 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.45 |
| HSL | 339.03º | 0.58% | 0.35% | - |
| HSV(B) | 339.03º | 0.74% | 0.55% | - |
| XYZ | 12.68 | 7.38 | 7.06 | - |
| YUV | 71.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 73 | 0 | 0.74 | 0.48 | 0.45 | 339.03 | 0.58 | 0.35 |
| Hex | 8C | 25 | 49 | 0 | 4A | 30 | 2D | 153 | 3A | 23 |
| Octal | 214 | 45 | 111 | 0 | 112 | 60 | 55 | 523 | 72 | 43 |
| Binary | 10001100 | 100101 | 1001001 | 0 | 1001010 | 110000 | 101101 | 101010011 | 111010 | 100011 |
Color Harmonies of #8C2549
Complementary color
Monochromatic Colors of #8C2549
Black with #8C2549
Text Example
Text Example
White with #8C2549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2549; }
p { color: rgb(140,37,73); }
H1.HeaderClassName
{
color: #8C2549;
}
.AnyTagClassName
{
color: #8C2549;
}
</style>
background-color css
<style>
a { background-color: #8C2549; }
a { background-color: rgb(140,37,73); }
div.DivClassName
{
background-color: #8C2549;
}
.BgClassName
{
background-color: #8C2549;
}
</style>
border-color css
<style>
span { border-color: #8C2549; }
span { border-color: rgb(140,37,73); }
td.TdClassName
{
border-color: #8C2549;
}
.TagClassName
{
border-color: #8C2549;
}
</style>