#8E2542

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

Shades of Disco #8E2542

Tints of Disco #8E2542

Color information

#8E2542 (or 0x8E2542) is unknown color: approx Disco. HEX triplet: 8E, 25 and 42. RGB value is (142,37,66). Sum of RGB (Red+Green+Blue) = 142+37+66=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2542 is #71DABD. Grayscale: #474747. Windows color (decimal): -7461566 or 4334990. OLE color: 4334990.

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

Color convert

RGB1423766-
CMYK00.740.540.44
HSL343.43º58.66%35.1%-
HSV(B)343.43º73.94%55.69%-
XYZ12.87.475.92-
YUV71.7124.79178.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=57.96%
G=15.10%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142376600.740.540.44343.4358.6635.1
Hex8E254204A362C1573b23
Octal21645102011266545277343
Binary10001110100101100001001001010110110101100101010111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,37,66); }

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

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

 a { background-color: rgb(142,37,66); }

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

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

 span { border-color: rgb(142,37,66); }

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