#8E3142

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

Shades of Well Read #8E3142

Tints of Well Read #8E3142

Color information

#8E3142 (or 0x8E3142) is unknown color: approx Well Read. HEX triplet: 8E, 31 and 42. RGB value is (142,49,66). Sum of RGB (Red+Green+Blue) = 142+49+66=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3142 is #71CEBD. Grayscale: #4E4E4E. Windows color (decimal): -7458494 or 4338062. OLE color: 4338062.

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

Color convert

RGB1424966-
CMYK00.650.540.44
HSL349.03º48.69%37.45%-
HSV(B)349.03º65.49%55.69%-
XYZ13.248.346.07-
YUV78.74120.81173.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=55.25%
G=19.07%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142496600.650.540.44349.0348.6937.45
Hex8E3142041362C15d3125
Octal21661102010166545356145
Binary10001110110001100001001000001110110101100101011101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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