#8E324D

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

Shades of Disco #8E324D

Tints of Disco #8E324D

Color information

#8E324D (or 0x8E324D) is unknown color: approx Disco. HEX triplet: 8E, 32 and 4D. RGB value is (142,50,77). Sum of RGB (Red+Green+Blue) = 142+50+77=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E324D is #71CDB2. Grayscale: #505050. Windows color (decimal): -7458227 or 5059214. OLE color: 5059214.

HSL color Cylindrical-coordinate representation of color #8E324D: hue angle of 342.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E324D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1425077-
CMYK00.650.460.44
HSL342.39º47.92%37.65%-
HSV(B)342.39º64.79%55.69%-
XYZ13.648.577.96-
YUV80.59125.98171.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.79%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=52.79%
G=18.59%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142507700.650.460.44342.3947.9237.65
Hex8E324D0412E2C1563026
Octal21662115010156545266046
Binary10001110110010100110101000001101110101100101010110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,50,77); }

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

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

 a { background-color: rgb(142,50,77); }

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

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

 span { border-color: rgb(142,50,77); }

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