Shades of Disco #8C144A
Tints of Disco #8C144A
RGB
CMYK
RGB Variations
Color information
#8C144A (or 0x8C144A) is known color: Disco. HEX triplet: 8C, 14 and 4A. RGB value is (140,20,74). Sum of RGB (Red+Green+Blue) = 140+20+74=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C144A is #73EBB5. Grayscale: #3D3D3D. Windows color (decimal): -7596982 or 4854924. OLE color: 4854924.
HSL color Cylindrical-coordinate representation of color #8C144A: hue angle of 333º degrees, saturation: 0.75, 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 #8C144A is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 74 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.45 |
| HSL | 333º | 0.75% | 0.31% | - |
| HSV(B) | 333º | 0.86% | 0.55% | - |
| XYZ | 12.3 | 6.57 | 7.1 | - |
| YUV | 62.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 74 | 0 | 0.86 | 0.47 | 0.45 | 333 | 0.75 | 0.31 |
| Hex | 8C | 14 | 4A | 0 | 56 | 2F | 2D | 14D | 4B | 1F |
| Octal | 214 | 24 | 112 | 0 | 126 | 57 | 55 | 515 | 113 | 37 |
| Binary | 10001100 | 10100 | 1001010 | 0 | 1010110 | 101111 | 101101 | 101001101 | 1001011 | 11111 |
Color Harmonies of #8C144A
Complementary color
Monochromatic Colors of #8C144A
Black with #8C144A
Text Example
Text Example
White with #8C144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C144A; }
p { color: rgb(140,20,74); }
H1.HeaderClassName
{
color: #8C144A;
}
.AnyTagClassName
{
color: #8C144A;
}
</style>
background-color css
<style>
a { background-color: #8C144A; }
a { background-color: rgb(140,20,74); }
div.DivClassName
{
background-color: #8C144A;
}
.BgClassName
{
background-color: #8C144A;
}
</style>
border-color css
<style>
span { border-color: #8C144A; }
span { border-color: rgb(140,20,74); }
td.TdClassName
{
border-color: #8C144A;
}
.TagClassName
{
border-color: #8C144A;
}
</style>