Shades of Disco #8C2D47
Tints of Disco #8C2D47
RGB
CMYK
RGB Variations
Color information
#8C2D47 (or 0x8C2D47) is known color: Disco. HEX triplet: 8C, 2D and 47. RGB value is (140,45,71). Sum of RGB (Red+Green+Blue) = 140+45+71=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D47 is #73D2B8. Grayscale: #4C4C4C. Windows color (decimal): -7590585 or 4664716. OLE color: 4664716.
HSL color Cylindrical-coordinate representation of color #8C2D47: hue angle of 343.58º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D47 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 71 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.45 |
| HSL | 343.58º | 0.51% | 0.36% | - |
| HSV(B) | 343.58º | 0.68% | 0.55% | - |
| XYZ | 12.89 | 7.91 | 6.81 | - |
| YUV | 76.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 71 | 0 | 0.68 | 0.49 | 0.45 | 343.58 | 0.51 | 0.36 |
| Hex | 8C | 2D | 47 | 0 | 44 | 31 | 2D | 158 | 33 | 24 |
| Octal | 214 | 55 | 107 | 0 | 104 | 61 | 55 | 530 | 63 | 44 |
| Binary | 10001100 | 101101 | 1000111 | 0 | 1000100 | 110001 | 101101 | 101011000 | 110011 | 100100 |
Color Harmonies of #8C2D47
Complementary color
Monochromatic Colors of #8C2D47
Black with #8C2D47
Text Example
Text Example
White with #8C2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D47; }
p { color: rgb(140,45,71); }
H1.HeaderClassName
{
color: #8C2D47;
}
.AnyTagClassName
{
color: #8C2D47;
}
</style>
background-color css
<style>
a { background-color: #8C2D47; }
a { background-color: rgb(140,45,71); }
div.DivClassName
{
background-color: #8C2D47;
}
.BgClassName
{
background-color: #8C2D47;
}
</style>
border-color css
<style>
span { border-color: #8C2D47; }
span { border-color: rgb(140,45,71); }
td.TdClassName
{
border-color: #8C2D47;
}
.TagClassName
{
border-color: #8C2D47;
}
</style>