#8E2340

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

Shades of Disco #8E2340

Tints of Disco #8E2340

Color information

#8E2340 (or 0x8E2340) is unknown color: approx Disco. HEX triplet: 8E, 23 and 40. RGB value is (142,35,64). Sum of RGB (Red+Green+Blue) = 142+35+64=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2340 is #71DCBF. Grayscale: #464646. Windows color (decimal): -7462080 or 4203406. OLE color: 4203406.

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

Color convert

RGB1423564-
CMYK00.750.550.44
HSL343.74º60.45%34.71%-
HSV(B)343.74º75.35%55.69%-
XYZ12.687.325.6-
YUV70.3124.45179.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=58.92%
G=14.52%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142356400.750.550.44343.7460.4534.71
Hex8E234004B372C1583c23
Octal21643100011367545307443
Binary10001110100011100000001001011110111101100101011000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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