Shades of Disco #8C2444
Tints of Disco #8C2444
RGB
CMYK
RGB Variations
Color information
#8C2444 (or 0x8C2444) is known color: Disco. HEX triplet: 8C, 24 and 44. RGB value is (140,36,68). Sum of RGB (Red+Green+Blue) = 140+36+68=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2444 is #73DBBB. Grayscale: #464646. Windows color (decimal): -7592892 or 4465804. OLE color: 4465804.
HSL color Cylindrical-coordinate representation of color #8C2444: hue angle of 341.54º degrees, saturation: 0.59, 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 #8C2444 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 68 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.45 |
| HSL | 341.54º | 0.59% | 0.35% | - |
| HSV(B) | 341.54º | 0.74% | 0.55% | - |
| XYZ | 12.49 | 7.25 | 6.21 | - |
| YUV | 70.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 68 | 0 | 0.74 | 0.51 | 0.45 | 341.54 | 0.59 | 0.35 |
| Hex | 8C | 24 | 44 | 0 | 4A | 33 | 2D | 156 | 3B | 23 |
| Octal | 214 | 44 | 104 | 0 | 112 | 63 | 55 | 526 | 73 | 43 |
| Binary | 10001100 | 100100 | 1000100 | 0 | 1001010 | 110011 | 101101 | 101010110 | 111011 | 100011 |
Color Harmonies of #8C2444
Complementary color
Monochromatic Colors of #8C2444
Black with #8C2444
Text Example
Text Example
White with #8C2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2444; }
p { color: rgb(140,36,68); }
H1.HeaderClassName
{
color: #8C2444;
}
.AnyTagClassName
{
color: #8C2444;
}
</style>
background-color css
<style>
a { background-color: #8C2444; }
a { background-color: rgb(140,36,68); }
div.DivClassName
{
background-color: #8C2444;
}
.BgClassName
{
background-color: #8C2444;
}
</style>
border-color css
<style>
span { border-color: #8C2444; }
span { border-color: rgb(140,36,68); }
td.TdClassName
{
border-color: #8C2444;
}
.TagClassName
{
border-color: #8C2444;
}
</style>