Shades of Disco #8C2249
Tints of Disco #8C2249
RGB
CMYK
RGB Variations
Color information
#8C2249 (or 0x8C2249) is known color: Disco. HEX triplet: 8C, 22 and 49. RGB value is (140,34,73). Sum of RGB (Red+Green+Blue) = 140+34+73=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2249 is #73DDB6. Grayscale: #464646. Windows color (decimal): -7593399 or 4792972. OLE color: 4792972.
HSL color Cylindrical-coordinate representation of color #8C2249: hue angle of 337.92º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2249 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 73 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.45 |
| HSL | 337.92º | 0.61% | 0.34% | - |
| HSV(B) | 337.92º | 0.76% | 0.55% | - |
| XYZ | 12.59 | 7.2 | 7.03 | - |
| YUV | 70.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 73 | 0 | 0.76 | 0.48 | 0.45 | 337.92 | 0.61 | 0.34 |
| Hex | 8C | 22 | 49 | 0 | 4C | 30 | 2D | 152 | 3D | 22 |
| Octal | 214 | 42 | 111 | 0 | 114 | 60 | 55 | 522 | 75 | 42 |
| Binary | 10001100 | 100010 | 1001001 | 0 | 1001100 | 110000 | 101101 | 101010010 | 111101 | 100010 |
Color Harmonies of #8C2249
Complementary color
Monochromatic Colors of #8C2249
Black with #8C2249
Text Example
Text Example
White with #8C2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2249; }
p { color: rgb(140,34,73); }
H1.HeaderClassName
{
color: #8C2249;
}
.AnyTagClassName
{
color: #8C2249;
}
</style>
background-color css
<style>
a { background-color: #8C2249; }
a { background-color: rgb(140,34,73); }
div.DivClassName
{
background-color: #8C2249;
}
.BgClassName
{
background-color: #8C2249;
}
</style>
border-color css
<style>
span { border-color: #8C2249; }
span { border-color: rgb(140,34,73); }
td.TdClassName
{
border-color: #8C2249;
}
.TagClassName
{
border-color: #8C2249;
}
</style>