Shades of Disco #8C1344
Tints of Disco #8C1344
RGB
CMYK
RGB Variations
Color information
#8C1344 (or 0x8C1344) is known color: Disco. HEX triplet: 8C, 13 and 44. RGB value is (140,19,68). Sum of RGB (Red+Green+Blue) = 140+19+68=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1344 is #73ECBB. Grayscale: #3C3C3C. Windows color (decimal): -7597244 or 4461452. OLE color: 4461452.
HSL color Cylindrical-coordinate representation of color #8C1344: hue angle of 335.7º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1344 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 68 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.45 |
| HSL | 335.7º | 0.76% | 0.31% | - |
| HSV(B) | 335.7º | 0.86% | 0.55% | - |
| XYZ | 12.09 | 6.46 | 6.08 | - |
| YUV | 60.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 68 | 0 | 0.86 | 0.51 | 0.45 | 335.7 | 0.76 | 0.31 |
| Hex | 8C | 13 | 44 | 0 | 56 | 33 | 2D | 150 | 4C | 1F |
| Octal | 214 | 23 | 104 | 0 | 126 | 63 | 55 | 520 | 114 | 37 |
| Binary | 10001100 | 10011 | 1000100 | 0 | 1010110 | 110011 | 101101 | 101010000 | 1001100 | 11111 |
Color Harmonies of #8C1344
Complementary color
Monochromatic Colors of #8C1344
Black with #8C1344
Text Example
Text Example
White with #8C1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1344; }
p { color: rgb(140,19,68); }
H1.HeaderClassName
{
color: #8C1344;
}
.AnyTagClassName
{
color: #8C1344;
}
</style>
background-color css
<style>
a { background-color: #8C1344; }
a { background-color: rgb(140,19,68); }
div.DivClassName
{
background-color: #8C1344;
}
.BgClassName
{
background-color: #8C1344;
}
</style>
border-color css
<style>
span { border-color: #8C1344; }
span { border-color: rgb(140,19,68); }
td.TdClassName
{
border-color: #8C1344;
}
.TagClassName
{
border-color: #8C1344;
}
</style>