#8E324B

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

Shades of Disco #8E324B

Tints of Disco #8E324B

Color information

#8E324B (or 0x8E324B) is unknown color: approx Disco. HEX triplet: 8E, 32 and 4B. RGB value is (142,50,75). Sum of RGB (Red+Green+Blue) = 142+50+75=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E324B is #71CDB4. Grayscale: #505050. Windows color (decimal): -7458229 or 4928142. OLE color: 4928142.

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

Color convert

RGB1425075-
CMYK00.650.470.44
HSL343.7º47.92%37.65%-
HSV(B)343.7º64.79%55.69%-
XYZ13.578.547.59-
YUV80.36124.98171.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=53.18%
G=18.73%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142507500.650.470.44343.747.9237.65
Hex8E324B0412F2C1583026
Octal21662113010157545306046
Binary10001110110010100101101000001101111101100101011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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