#8E3539

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

Shades of Well Read #8E3539

Tints of Well Read #8E3539

Color information

#8E3539 (or 0x8E3539) is unknown color: approx Well Read. HEX triplet: 8E, 35 and 39. RGB value is (142,53,57). Sum of RGB (Red+Green+Blue) = 142+53+57=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3539 is #71CAC6. Grayscale: #505050. Windows color (decimal): -7457479 or 3749262. OLE color: 3749262.

HSL color Cylindrical-coordinate representation of color #8E3539: hue angle of 357.3º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3539 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1425357-
CMYK00.630.600.44
HSL357.3º45.64%38.24%-
HSV(B)357.3º62.68%55.69%-
XYZ13.178.594.84-
YUV80.07114.99172.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=56.35%
G=21.03%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142535700.630.600.44357.345.6438.24
Hex8E353903F3C2C1652e26
Octal216657107774545455646
Binary100011101101011110010111111111100101100101100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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