#8E3739

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

Shades of Well Read #8E3739

Tints of Well Read #8E3739

Color information

#8E3739 (or 0x8E3739) is unknown color: approx Well Read. HEX triplet: 8E, 37 and 39. RGB value is (142,55,57). Sum of RGB (Red+Green+Blue) = 142+55+57=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3739 is #71C8C6. Grayscale: #515151. Windows color (decimal): -7456967 or 3749774. OLE color: 3749774.

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

Color convert

RGB1425557-
CMYK00.610.600.44
HSL358.62º44.16%38.63%-
HSV(B)358.62º61.27%55.69%-
XYZ13.268.784.87-
YUV81.24114.32171.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=55.91%
G=21.65%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142555700.610.600.44358.6244.1638.63
Hex8E373903D3C2C1672c27
Octal216677107574545475447
Binary100011101101111110010111101111100101100101100111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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