#8E3752

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

Shades of Disco #8E3752

Tints of Disco #8E3752

Color information

#8E3752 (or 0x8E3752) is unknown color: approx Disco. HEX triplet: 8E, 37 and 52. RGB value is (142,55,82). Sum of RGB (Red+Green+Blue) = 142+55+82=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3752 is #71C8AD. Grayscale: #545454. Windows color (decimal): -7456942 or 5388174. OLE color: 5388174.

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

Color convert

RGB1425582-
CMYK00.610.420.44
HSL341.38º44.16%38.63%-
HSV(B)341.38º61.27%55.69%-
XYZ14.049.099-
YUV84.09126.82169.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=50.90%
G=19.71%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142558200.610.420.44341.3844.1638.63
Hex8E375203D2A2C1552c27
Octal2166712207552545255447
Binary1000111011011110100100111101101010101100101010101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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