#8E324C

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

Shades of Disco #8E324C

Tints of Disco #8E324C

Color information

#8E324C (or 0x8E324C) is unknown color: approx Disco. HEX triplet: 8E, 32 and 4C. RGB value is (142,50,76). Sum of RGB (Red+Green+Blue) = 142+50+76=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E324C is #71CDB3. Grayscale: #505050. Windows color (decimal): -7458228 or 4993678. OLE color: 4993678.

HSL color Cylindrical-coordinate representation of color #8E324C: hue angle of 343.04º 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 #8E324C is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1425076-
CMYK00.650.460.44
HSL343.04º47.92%37.65%-
HSV(B)343.04º64.79%55.69%-
XYZ13.68.557.77-
YUV80.47125.48171.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=52.99%
G=18.66%
B=28.36%

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
Decimal142507600.650.460.44343.0447.9237.65
Hex8E324C0412E2C1573026
Octal21662114010156545276046
Binary10001110110010100110001000001101110101100101010111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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