#8E393C

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

Shades of Well Read #8E393C

Tints of Well Read #8E393C

Color information

#8E393C (or 0x8E393C) is unknown color: approx Well Read. HEX triplet: 8E, 39 and 3C. RGB value is (142,57,60). Sum of RGB (Red+Green+Blue) = 142+57+60=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E393C is #71C6C3. Grayscale: #525252. Windows color (decimal): -7456452 or 3946894. OLE color: 3946894.

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

Color convert

RGB1425760-
CMYK00.600.580.44
HSL357.88º42.71%39.02%-
HSV(B)357.88º59.86%55.69%-
XYZ13.4395.3-
YUV82.76115.16170.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=54.83%
G=22.01%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142576000.600.580.44357.8842.7139.02
Hex8E393C03C3A2C1662b27
Octal216717407472545465347
Binary100011101110011111000111100111010101100101100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,60); }

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

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

 a { background-color: rgb(142,57,60); }

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

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

 span { border-color: rgb(142,57,60); }

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