Shades of Disco #8C2247
Tints of Disco #8C2247
RGB
CMYK
RGB Variations
Color information
#8C2247 (or 0x8C2247) is known color: Disco. HEX triplet: 8C, 22 and 47. RGB value is (140,34,71). Sum of RGB (Red+Green+Blue) = 140+34+71=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2247 is #73DDB8. Grayscale: #454545. Windows color (decimal): -7593401 or 4661900. OLE color: 4661900.
HSL color Cylindrical-coordinate representation of color #8C2247: hue angle of 339.06º 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 #8C2247 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 71 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.45 |
| HSL | 339.06º | 0.61% | 0.34% | - |
| HSV(B) | 339.06º | 0.76% | 0.55% | - |
| XYZ | 12.52 | 7.17 | 6.69 | - |
| YUV | 69.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 71 | 0 | 0.76 | 0.49 | 0.45 | 339.06 | 0.61 | 0.34 |
| Hex | 8C | 22 | 47 | 0 | 4C | 31 | 2D | 153 | 3D | 22 |
| Octal | 214 | 42 | 107 | 0 | 114 | 61 | 55 | 523 | 75 | 42 |
| Binary | 10001100 | 100010 | 1000111 | 0 | 1001100 | 110001 | 101101 | 101010011 | 111101 | 100010 |
Color Harmonies of #8C2247
Complementary color
Monochromatic Colors of #8C2247
Black with #8C2247
Text Example
Text Example
White with #8C2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2247; }
p { color: rgb(140,34,71); }
H1.HeaderClassName
{
color: #8C2247;
}
.AnyTagClassName
{
color: #8C2247;
}
</style>
background-color css
<style>
a { background-color: #8C2247; }
a { background-color: rgb(140,34,71); }
div.DivClassName
{
background-color: #8C2247;
}
.BgClassName
{
background-color: #8C2247;
}
</style>
border-color css
<style>
span { border-color: #8C2247; }
span { border-color: rgb(140,34,71); }
td.TdClassName
{
border-color: #8C2247;
}
.TagClassName
{
border-color: #8C2247;
}
</style>