Shades of Disco #8C2949
Tints of Disco #8C2949
RGB
CMYK
RGB Variations
Color information
#8C2949 (or 0x8C2949) is known color: Disco. HEX triplet: 8C, 29 and 49. RGB value is (140,41,73). Sum of RGB (Red+Green+Blue) = 140+41+73=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2949 is #73D6B6. Grayscale: #4A4A4A. Windows color (decimal): -7591607 or 4794764. OLE color: 4794764.
HSL color Cylindrical-coordinate representation of color #8C2949: hue angle of 340.61º degrees, saturation: 0.55, 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 #8C2949 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 73 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.45 |
| HSL | 340.61º | 0.55% | 0.35% | - |
| HSV(B) | 340.61º | 0.71% | 0.55% | - |
| XYZ | 12.81 | 7.64 | 7.1 | - |
| YUV | 74.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 73 | 0 | 0.71 | 0.48 | 0.45 | 340.61 | 0.55 | 0.35 |
| Hex | 8C | 29 | 49 | 0 | 47 | 30 | 2D | 155 | 37 | 23 |
| Octal | 214 | 51 | 111 | 0 | 107 | 60 | 55 | 525 | 67 | 43 |
| Binary | 10001100 | 101001 | 1001001 | 0 | 1000111 | 110000 | 101101 | 101010101 | 110111 | 100011 |
Color Harmonies of #8C2949
Complementary color
Monochromatic Colors of #8C2949
Black with #8C2949
Text Example
Text Example
White with #8C2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2949; }
p { color: rgb(140,41,73); }
H1.HeaderClassName
{
color: #8C2949;
}
.AnyTagClassName
{
color: #8C2949;
}
</style>
background-color css
<style>
a { background-color: #8C2949; }
a { background-color: rgb(140,41,73); }
div.DivClassName
{
background-color: #8C2949;
}
.BgClassName
{
background-color: #8C2949;
}
</style>
border-color css
<style>
span { border-color: #8C2949; }
span { border-color: rgb(140,41,73); }
td.TdClassName
{
border-color: #8C2949;
}
.TagClassName
{
border-color: #8C2949;
}
</style>