Shades of Disco #8C1D44
Tints of Disco #8C1D44
RGB
CMYK
RGB Variations
Color information
#8C1D44 (or 0x8C1D44) is known color: Disco. HEX triplet: 8C, 1D and 44. RGB value is (140,29,68). Sum of RGB (Red+Green+Blue) = 140+29+68=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1D44 is #73E2BB. Grayscale: #424242. Windows color (decimal): -7594684 or 4464012. OLE color: 4464012.
HSL color Cylindrical-coordinate representation of color #8C1D44: hue angle of 338.92º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1D44 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 29 | 68 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.45 |
| HSL | 338.92º | 0.66% | 0.33% | - |
| HSV(B) | 338.92º | 0.79% | 0.55% | - |
| XYZ | 12.3 | 6.87 | 6.15 | - |
| YUV | 66.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 68 | 0 | 0.79 | 0.51 | 0.45 | 338.92 | 0.66 | 0.33 |
| Hex | 8C | 1D | 44 | 0 | 4F | 33 | 2D | 153 | 42 | 21 |
| Octal | 214 | 35 | 104 | 0 | 117 | 63 | 55 | 523 | 102 | 41 |
| Binary | 10001100 | 11101 | 1000100 | 0 | 1001111 | 110011 | 101101 | 101010011 | 1000010 | 100001 |
Color Harmonies of #8C1D44
Complementary color
Monochromatic Colors of #8C1D44
Black with #8C1D44
Text Example
Text Example
White with #8C1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1D44; }
p { color: rgb(140,29,68); }
H1.HeaderClassName
{
color: #8C1D44;
}
.AnyTagClassName
{
color: #8C1D44;
}
</style>
background-color css
<style>
a { background-color: #8C1D44; }
a { background-color: rgb(140,29,68); }
div.DivClassName
{
background-color: #8C1D44;
}
.BgClassName
{
background-color: #8C1D44;
}
</style>
border-color css
<style>
span { border-color: #8C1D44; }
span { border-color: rgb(140,29,68); }
td.TdClassName
{
border-color: #8C1D44;
}
.TagClassName
{
border-color: #8C1D44;
}
</style>