#8E0A40

Color #8E0A40 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #8E0A40

Tints of Disco #8E0A40

Color information

#8E0A40 (or 0x8E0A40) is unknown color: approx Disco. HEX triplet: 8E, 0A and 40. RGB value is (142,10,64). Sum of RGB (Red+Green+Blue) = 142+10+64=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A40 is #71F5BF. Grayscale: #373737. Windows color (decimal): -7468480 or 4197006. OLE color: 4197006.

HSL color Cylindrical-coordinate representation of color #8E0A40: hue angle of 335.45º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A40 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1421064-
CMYK00.930.550.44
HSL335.45º86.84%29.8%-
HSV(B)335.45º92.96%55.69%-
XYZ12.196.345.43-
YUV55.62132.73189.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 65.74%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=65.74%
G=4.63%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142106400.930.550.44335.4586.8429.8
Hex8EA4005D372C14f571e
Octal216121000135675451712736
Binary100011101010100000001011101110111101100101001111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E0A40; }

 p { color: rgb(142,10,64); }

 H1.HeaderClassName
 {
   color: #8E0A40;
 }
 .AnyTagClassName
 {
   color: #8E0A40;
 }
</style>
background-color css

<style>
 a { background-color: #8E0A40; }

 a { background-color: rgb(142,10,64); }

 div.DivClassName
 {
   background-color: #8E0A40;
 }
 .BgClassName
 {
   background-color: #8E0A40;
 }
</style>
border-color css

<style>
 span { border-color: #8E0A40; }

 span { border-color: rgb(142,10,64); }

 td.TdClassName
 {
   border-color: #8E0A40;
 }
 .TagClassName
 {
   border-color: #8E0A40;
 }
</style>