#8E3A41

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

Shades of Well Read #8E3A41

Tints of Well Read #8E3A41

Color information

#8E3A41 (or 0x8E3A41) is unknown color: approx Well Read. HEX triplet: 8E, 3A and 41. RGB value is (142,58,65). Sum of RGB (Red+Green+Blue) = 142+58+65=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3A41 is #71C5BE. Grayscale: #535353. Windows color (decimal): -7456191 or 4274830. OLE color: 4274830.

HSL color Cylindrical-coordinate representation of color #8E3A41: hue angle of 355º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A41 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1425865-
CMYK00.590.540.44
HSL355º42%39.22%-
HSV(B)355º59.15%55.69%-
XYZ13.629.166.05-
YUV83.91117.33169.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=53.58%
G=21.89%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142586500.590.540.443554239.22
Hex8E3A4103B362C1632a27
Octal2167210107366545435247
Binary1000111011101010000010111011110110101100101100011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,65); }

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

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

 a { background-color: rgb(142,58,65); }

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

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

 span { border-color: rgb(142,58,65); }

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