Shades of Disco #8C2846
Tints of Disco #8C2846
RGB
CMYK
RGB Variations
Color information
#8C2846 (or 0x8C2846) is known color: Disco. HEX triplet: 8C, 28 and 46. RGB value is (140,40,70). Sum of RGB (Red+Green+Blue) = 140+40+70=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2846 is #73D7B9. Grayscale: #494949. Windows color (decimal): -7591866 or 4597900. OLE color: 4597900.
HSL color Cylindrical-coordinate representation of color #8C2846: hue angle of 342º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2846 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 70 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.45 |
| HSL | 342º | 0.56% | 0.35% | - |
| HSV(B) | 342º | 0.71% | 0.55% | - |
| XYZ | 12.68 | 7.54 | 6.58 | - |
| YUV | 73.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 70 | 0 | 0.71 | 0.50 | 0.45 | 342 | 0.56 | 0.35 |
| Hex | 8C | 28 | 46 | 0 | 47 | 32 | 2D | 156 | 38 | 23 |
| Octal | 214 | 50 | 106 | 0 | 107 | 62 | 55 | 526 | 70 | 43 |
| Binary | 10001100 | 101000 | 1000110 | 0 | 1000111 | 110010 | 101101 | 101010110 | 111000 | 100011 |
Color Harmonies of #8C2846
Complementary color
Monochromatic Colors of #8C2846
Black with #8C2846
Text Example
Text Example
White with #8C2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2846; }
p { color: rgb(140,40,70); }
H1.HeaderClassName
{
color: #8C2846;
}
.AnyTagClassName
{
color: #8C2846;
}
</style>
background-color css
<style>
a { background-color: #8C2846; }
a { background-color: rgb(140,40,70); }
div.DivClassName
{
background-color: #8C2846;
}
.BgClassName
{
background-color: #8C2846;
}
</style>
border-color css
<style>
span { border-color: #8C2846; }
span { border-color: rgb(140,40,70); }
td.TdClassName
{
border-color: #8C2846;
}
.TagClassName
{
border-color: #8C2846;
}
</style>