Shades of Disco #8C2443
Tints of Disco #8C2443
RGB
CMYK
RGB Variations
Color information
#8C2443 (or 0x8C2443) is known color: Disco. HEX triplet: 8C, 24 and 43. RGB value is (140,36,67). Sum of RGB (Red+Green+Blue) = 140+36+67=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2443 is #73DBBC. Grayscale: #464646. Windows color (decimal): -7592893 or 4400268. OLE color: 4400268.
HSL color Cylindrical-coordinate representation of color #8C2443: hue angle of 342.12º 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 #8C2443 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 67 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.45 |
| HSL | 342.12º | 0.59% | 0.35% | - |
| HSV(B) | 342.12º | 0.74% | 0.55% | - |
| XYZ | 12.46 | 7.24 | 6.05 | - |
| YUV | 70.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 67 | 0 | 0.74 | 0.52 | 0.45 | 342.12 | 0.59 | 0.35 |
| Hex | 8C | 24 | 43 | 0 | 4A | 34 | 2D | 156 | 3B | 23 |
| Octal | 214 | 44 | 103 | 0 | 112 | 64 | 55 | 526 | 73 | 43 |
| Binary | 10001100 | 100100 | 1000011 | 0 | 1001010 | 110100 | 101101 | 101010110 | 111011 | 100011 |
Color Harmonies of #8C2443
Complementary color
Monochromatic Colors of #8C2443
Black with #8C2443
Text Example
Text Example
White with #8C2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2443; }
p { color: rgb(140,36,67); }
H1.HeaderClassName
{
color: #8C2443;
}
.AnyTagClassName
{
color: #8C2443;
}
</style>
background-color css
<style>
a { background-color: #8C2443; }
a { background-color: rgb(140,36,67); }
div.DivClassName
{
background-color: #8C2443;
}
.BgClassName
{
background-color: #8C2443;
}
</style>
border-color css
<style>
span { border-color: #8C2443; }
span { border-color: rgb(140,36,67); }
td.TdClassName
{
border-color: #8C2443;
}
.TagClassName
{
border-color: #8C2443;
}
</style>