#8E3751

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

Shades of Disco #8E3751

Tints of Disco #8E3751

Color information

#8E3751 (or 0x8E3751) is unknown color: approx Disco. HEX triplet: 8E, 37 and 51. RGB value is (142,55,81). Sum of RGB (Red+Green+Blue) = 142+55+81=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3751 is #71C8AE. Grayscale: #535353. Windows color (decimal): -7456943 or 5322638. OLE color: 5322638.

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

Color convert

RGB1425581-
CMYK00.610.430.44
HSL342.07º44.16%38.63%-
HSV(B)342.07º61.27%55.69%-
XYZ14.019.088.8-
YUV83.98126.32169.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=51.08%
G=19.78%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142558100.610.430.44342.0744.1638.63
Hex8E375103D2B2C1562c27
Octal2166712107553545265447
Binary1000111011011110100010111101101011101100101010110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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