Shades of Disco #8E1A45
Tints of Disco #8E1A45
RGB
CMYK
RGB Variations
Color information
#8E1A45 (or 0x8E1A45) is known color: Disco. HEX triplet: 8E, 1A and 45. RGB value is (142,26,69). Sum of RGB (Red+Green+Blue) = 142+26+69=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A45 is #71E5BA. Grayscale: #414141. Windows color (decimal): -7464379 or 4528782. OLE color: 4528782.
HSL color Cylindrical-coordinate representation of color #8E1A45: hue angle of 337.76º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A45 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 69 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.44 |
| HSL | 337.76º | 0.69% | 0.33% | - |
| HSV(B) | 337.76º | 0.82% | 0.56% | - |
| XYZ | 12.6 | 6.92 | 6.3 | - |
| YUV | 65.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 69 | 0 | 0.82 | 0.51 | 0.44 | 337.76 | 0.69 | 0.33 |
| Hex | 8E | 1A | 45 | 0 | 52 | 33 | 2C | 152 | 45 | 21 |
| Octal | 216 | 32 | 105 | 0 | 122 | 63 | 54 | 522 | 105 | 41 |
| Binary | 10001110 | 11010 | 1000101 | 0 | 1010010 | 110011 | 101100 | 101010010 | 1000101 | 100001 |
Color Harmonies of #8E1A45
Complementary color
Monochromatic Colors of #8E1A45
Black with #8E1A45
Text Example
Text Example
White with #8E1A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A45; }
p { color: rgb(142,26,69); }
H1.HeaderClassName
{
color: #8E1A45;
}
.AnyTagClassName
{
color: #8E1A45;
}
</style>
background-color css
<style>
a { background-color: #8E1A45; }
a { background-color: rgb(142,26,69); }
div.DivClassName
{
background-color: #8E1A45;
}
.BgClassName
{
background-color: #8E1A45;
}
</style>
border-color css
<style>
span { border-color: #8E1A45; }
span { border-color: rgb(142,26,69); }
td.TdClassName
{
border-color: #8E1A45;
}
.TagClassName
{
border-color: #8E1A45;
}
</style>