Shades of Disco #8C1449
Tints of Disco #8C1449
RGB
CMYK
RGB Variations
Color information
#8C1449 (or 0x8C1449) is known color: Disco. HEX triplet: 8C, 14 and 49. RGB value is (140,20,73). Sum of RGB (Red+Green+Blue) = 140+20+73=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1449 is #73EBB6. Grayscale: #3D3D3D. Windows color (decimal): -7596983 or 4789388. OLE color: 4789388.
HSL color Cylindrical-coordinate representation of color #8C1449: hue angle of 333.5º 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 #8C1449 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 73 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.45 |
| HSL | 333.5º | 0.75% | 0.31% | - |
| HSV(B) | 333.5º | 0.86% | 0.55% | - |
| XYZ | 12.27 | 6.56 | 6.92 | - |
| YUV | 61.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 73 | 0 | 0.86 | 0.48 | 0.45 | 333.5 | 0.75 | 0.31 |
| Hex | 8C | 14 | 49 | 0 | 56 | 30 | 2D | 14E | 4B | 1F |
| Octal | 214 | 24 | 111 | 0 | 126 | 60 | 55 | 516 | 113 | 37 |
| Binary | 10001100 | 10100 | 1001001 | 0 | 1010110 | 110000 | 101101 | 101001110 | 1001011 | 11111 |
Color Harmonies of #8C1449
Complementary color
Monochromatic Colors of #8C1449
Black with #8C1449
Text Example
Text Example
White with #8C1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1449; }
p { color: rgb(140,20,73); }
H1.HeaderClassName
{
color: #8C1449;
}
.AnyTagClassName
{
color: #8C1449;
}
</style>
background-color css
<style>
a { background-color: #8C1449; }
a { background-color: rgb(140,20,73); }
div.DivClassName
{
background-color: #8C1449;
}
.BgClassName
{
background-color: #8C1449;
}
</style>
border-color css
<style>
span { border-color: #8C1449; }
span { border-color: rgb(140,20,73); }
td.TdClassName
{
border-color: #8C1449;
}
.TagClassName
{
border-color: #8C1449;
}
</style>