Shades of Disco #8C3049
Tints of Disco #8C3049
RGB
CMYK
RGB Variations
Color information
#8C3049 (or 0x8C3049) is known color: Disco. HEX triplet: 8C, 30 and 49. RGB value is (140,48,73). Sum of RGB (Red+Green+Blue) = 140+48+73=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3049 is #73CFB6. Grayscale: #4E4E4E. Windows color (decimal): -7589815 or 4796556. OLE color: 4796556.
HSL color Cylindrical-coordinate representation of color #8C3049: hue angle of 343.7º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3049 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 73 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.45 |
| HSL | 343.7º | 0.49% | 0.37% | - |
| HSV(B) | 343.7º | 0.66% | 0.55% | - |
| XYZ | 13.07 | 8.17 | 7.19 | - |
| YUV | 78.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 73 | 0 | 0.66 | 0.48 | 0.45 | 343.7 | 0.49 | 0.37 |
| Hex | 8C | 30 | 49 | 0 | 42 | 30 | 2D | 158 | 31 | 25 |
| Octal | 214 | 60 | 111 | 0 | 102 | 60 | 55 | 530 | 61 | 45 |
| Binary | 10001100 | 110000 | 1001001 | 0 | 1000010 | 110000 | 101101 | 101011000 | 110001 | 100101 |
Color Harmonies of #8C3049
Complementary color
Monochromatic Colors of #8C3049
Black with #8C3049
Text Example
Text Example
White with #8C3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3049; }
p { color: rgb(140,48,73); }
H1.HeaderClassName
{
color: #8C3049;
}
.AnyTagClassName
{
color: #8C3049;
}
</style>
background-color css
<style>
a { background-color: #8C3049; }
a { background-color: rgb(140,48,73); }
div.DivClassName
{
background-color: #8C3049;
}
.BgClassName
{
background-color: #8C3049;
}
</style>
border-color css
<style>
span { border-color: #8C3049; }
span { border-color: rgb(140,48,73); }
td.TdClassName
{
border-color: #8C3049;
}
.TagClassName
{
border-color: #8C3049;
}
</style>