#8E3146

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

Shades of Disco #8E3146

Tints of Disco #8E3146

Color information

#8E3146 (or 0x8E3146) is unknown color: approx Disco. HEX triplet: 8E, 31 and 46. RGB value is (142,49,70). Sum of RGB (Red+Green+Blue) = 142+49+70=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3146 is #71CEB9. Grayscale: #4F4F4F. Windows color (decimal): -7458490 or 4600206. OLE color: 4600206.

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

Color convert

RGB1424970-
CMYK00.650.510.44
HSL346.45º48.69%37.45%-
HSV(B)346.45º65.49%55.69%-
XYZ13.368.396.71-
YUV79.2122.81172.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=54.41%
G=18.77%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142497000.650.510.44346.4548.6937.45
Hex8E3146041332C15a3125
Octal21661106010163545326145
Binary10001110110001100011001000001110011101100101011010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,70); }

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

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

 a { background-color: rgb(142,49,70); }

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

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

 span { border-color: rgb(142,49,70); }

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