Shades of Disco #8C2E44
Tints of Disco #8C2E44
RGB
CMYK
RGB Variations
Color information
#8C2E44 (or 0x8C2E44) is known color: Disco. HEX triplet: 8C, 2E and 44. RGB value is (140,46,68). Sum of RGB (Red+Green+Blue) = 140+46+68=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E44 is #73D1BB. Grayscale: #4C4C4C. Windows color (decimal): -7590332 or 4468364. OLE color: 4468364.
HSL color Cylindrical-coordinate representation of color #8C2E44: hue angle of 345.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C2E44 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 46 | 68 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.45 |
| HSL | 345.96º | 0.51% | 0.36% | - |
| HSV(B) | 345.96º | 0.67% | 0.55% | - |
| XYZ | 12.84 | 7.95 | 6.33 | - |
| YUV | 76.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 68 | 0 | 0.67 | 0.51 | 0.45 | 345.96 | 0.51 | 0.36 |
| Hex | 8C | 2E | 44 | 0 | 43 | 33 | 2D | 15A | 33 | 24 |
| Octal | 214 | 56 | 104 | 0 | 103 | 63 | 55 | 532 | 63 | 44 |
| Binary | 10001100 | 101110 | 1000100 | 0 | 1000011 | 110011 | 101101 | 101011010 | 110011 | 100100 |
Color Harmonies of #8C2E44
Complementary color
Monochromatic Colors of #8C2E44
Black with #8C2E44
Text Example
Text Example
White with #8C2E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2E44; }
p { color: rgb(140,46,68); }
H1.HeaderClassName
{
color: #8C2E44;
}
.AnyTagClassName
{
color: #8C2E44;
}
</style>
background-color css
<style>
a { background-color: #8C2E44; }
a { background-color: rgb(140,46,68); }
div.DivClassName
{
background-color: #8C2E44;
}
.BgClassName
{
background-color: #8C2E44;
}
</style>
border-color css
<style>
span { border-color: #8C2E44; }
span { border-color: rgb(140,46,68); }
td.TdClassName
{
border-color: #8C2E44;
}
.TagClassName
{
border-color: #8C2E44;
}
</style>