Shades of Disco #8C1949
Tints of Disco #8C1949
RGB
CMYK
RGB Variations
Color information
#8C1949 (or 0x8C1949) is known color: Disco. HEX triplet: 8C, 19 and 49. RGB value is (140,25,73). Sum of RGB (Red+Green+Blue) = 140+25+73=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1949 is #73E6B6. Grayscale: #404040. Windows color (decimal): -7595703 or 4790668. OLE color: 4790668.
HSL color Cylindrical-coordinate representation of color #8C1949: hue angle of 334.96º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1949 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 73 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.45 |
| HSL | 334.96º | 0.7% | 0.32% | - |
| HSV(B) | 334.96º | 0.82% | 0.55% | - |
| XYZ | 12.37 | 6.75 | 6.95 | - |
| YUV | 64.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 73 | 0 | 0.82 | 0.48 | 0.45 | 334.96 | 0.7 | 0.32 |
| Hex | 8C | 19 | 49 | 0 | 52 | 30 | 2D | 14F | 46 | 20 |
| Octal | 214 | 31 | 111 | 0 | 122 | 60 | 55 | 517 | 106 | 40 |
| Binary | 10001100 | 11001 | 1001001 | 0 | 1010010 | 110000 | 101101 | 101001111 | 1000110 | 100000 |
Color Harmonies of #8C1949
Complementary color
Monochromatic Colors of #8C1949
Black with #8C1949
Text Example
Text Example
White with #8C1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1949; }
p { color: rgb(140,25,73); }
H1.HeaderClassName
{
color: #8C1949;
}
.AnyTagClassName
{
color: #8C1949;
}
</style>
background-color css
<style>
a { background-color: #8C1949; }
a { background-color: rgb(140,25,73); }
div.DivClassName
{
background-color: #8C1949;
}
.BgClassName
{
background-color: #8C1949;
}
</style>
border-color css
<style>
span { border-color: #8C1949; }
span { border-color: rgb(140,25,73); }
td.TdClassName
{
border-color: #8C1949;
}
.TagClassName
{
border-color: #8C1949;
}
</style>