#8E1840

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

Shades of Disco #8E1840

Tints of Disco #8E1840

Color information

#8E1840 (or 0x8E1840) is unknown color: approx Disco. HEX triplet: 8E, 18 and 40. RGB value is (142,24,64). Sum of RGB (Red+Green+Blue) = 142+24+64=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1840 is #71E7BF. Grayscale: #3F3F3F. Windows color (decimal): -7464896 or 4200590. OLE color: 4200590.

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

Color convert

RGB1422464-
CMYK00.830.550.44
HSL339.66º71.08%32.55%-
HSV(B)339.66º83.1%55.69%-
XYZ12.416.775.5-
YUV63.84128.09183.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.74%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=61.74%
G=10.43%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142246400.830.550.44339.6671.0832.55
Hex8E1840053372C1544721
Octal216301000123675452410741
Binary10001110110001000000010100111101111011001010101001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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