Shades of Disco #8C1D45
Tints of Disco #8C1D45
RGB
CMYK
RGB Variations
Color information
#8C1D45 (or 0x8C1D45) is known color: Disco. HEX triplet: 8C, 1D and 45. RGB value is (140,29,69). Sum of RGB (Red+Green+Blue) = 140+29+69=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1D45 is #73E2BA. Grayscale: #424242. Windows color (decimal): -7594683 or 4529548. OLE color: 4529548.
HSL color Cylindrical-coordinate representation of color #8C1D45: hue angle of 338.38º 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 #8C1D45 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 29 | 69 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.45 |
| HSL | 338.38º | 0.66% | 0.33% | - |
| HSV(B) | 338.38º | 0.79% | 0.55% | - |
| XYZ | 12.33 | 6.88 | 6.31 | - |
| YUV | 66.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 69 | 0 | 0.79 | 0.51 | 0.45 | 338.38 | 0.66 | 0.33 |
| Hex | 8C | 1D | 45 | 0 | 4F | 33 | 2D | 152 | 42 | 21 |
| Octal | 214 | 35 | 105 | 0 | 117 | 63 | 55 | 522 | 102 | 41 |
| Binary | 10001100 | 11101 | 1000101 | 0 | 1001111 | 110011 | 101101 | 101010010 | 1000010 | 100001 |
Color Harmonies of #8C1D45
Complementary color
Monochromatic Colors of #8C1D45
Black with #8C1D45
Text Example
Text Example
White with #8C1D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1D45; }
p { color: rgb(140,29,69); }
H1.HeaderClassName
{
color: #8C1D45;
}
.AnyTagClassName
{
color: #8C1D45;
}
</style>
background-color css
<style>
a { background-color: #8C1D45; }
a { background-color: rgb(140,29,69); }
div.DivClassName
{
background-color: #8C1D45;
}
.BgClassName
{
background-color: #8C1D45;
}
</style>
border-color css
<style>
span { border-color: #8C1D45; }
span { border-color: rgb(140,29,69); }
td.TdClassName
{
border-color: #8C1D45;
}
.TagClassName
{
border-color: #8C1D45;
}
</style>