Shades of Disco #8C2348
Tints of Disco #8C2348
RGB
CMYK
RGB Variations
Color information
#8C2348 (or 0x8C2348) is known color: Disco. HEX triplet: 8C, 23 and 48. RGB value is (140,35,72). Sum of RGB (Red+Green+Blue) = 140+35+72=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2348 is #73DCB7. Grayscale: #464646. Windows color (decimal): -7593144 or 4727692. OLE color: 4727692.
HSL color Cylindrical-coordinate representation of color #8C2348: hue angle of 338.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2348 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 72 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.45 |
| HSL | 338.86º | 0.6% | 0.34% | - |
| HSV(B) | 338.86º | 0.75% | 0.55% | - |
| XYZ | 12.59 | 7.25 | 6.87 | - |
| YUV | 70.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 72 | 0 | 0.75 | 0.49 | 0.45 | 338.86 | 0.6 | 0.34 |
| Hex | 8C | 23 | 48 | 0 | 4B | 31 | 2D | 153 | 3C | 22 |
| Octal | 214 | 43 | 110 | 0 | 113 | 61 | 55 | 523 | 74 | 42 |
| Binary | 10001100 | 100011 | 1001000 | 0 | 1001011 | 110001 | 101101 | 101010011 | 111100 | 100010 |
Color Harmonies of #8C2348
Complementary color
Monochromatic Colors of #8C2348
Black with #8C2348
Text Example
Text Example
White with #8C2348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2348; }
p { color: rgb(140,35,72); }
H1.HeaderClassName
{
color: #8C2348;
}
.AnyTagClassName
{
color: #8C2348;
}
</style>
background-color css
<style>
a { background-color: #8C2348; }
a { background-color: rgb(140,35,72); }
div.DivClassName
{
background-color: #8C2348;
}
.BgClassName
{
background-color: #8C2348;
}
</style>
border-color css
<style>
span { border-color: #8C2348; }
span { border-color: rgb(140,35,72); }
td.TdClassName
{
border-color: #8C2348;
}
.TagClassName
{
border-color: #8C2348;
}
</style>