#8E3750

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

Shades of Disco #8E3750

Tints of Disco #8E3750

Color information

#8E3750 (or 0x8E3750) is unknown color: approx Disco. HEX triplet: 8E, 37 and 50. RGB value is (142,55,80). Sum of RGB (Red+Green+Blue) = 142+55+80=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3750 is #71C8AF. Grayscale: #535353. Windows color (decimal): -7456944 or 5257102. OLE color: 5257102.

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

Color convert

RGB1425580-
CMYK00.610.440.44
HSL342.76º44.16%38.63%-
HSV(B)342.76º61.27%55.69%-
XYZ13.979.068.6-
YUV83.86125.82169.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=51.26%
G=19.86%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142558000.610.440.44342.7644.1638.63
Hex8E375003D2C2C1572c27
Octal2166712007554545275447
Binary1000111011011110100000111101101100101100101010111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,55,80); }

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

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

 a { background-color: rgb(142,55,80); }

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

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

 span { border-color: rgb(142,55,80); }

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