#8E3A42

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

Shades of Well Read #8E3A42

Tints of Well Read #8E3A42

Color information

#8E3A42 (or 0x8E3A42) is unknown color: approx Well Read. HEX triplet: 8E, 3A and 42. RGB value is (142,58,66). Sum of RGB (Red+Green+Blue) = 142+58+66=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3A42 is #71C5BD. Grayscale: #545454. Windows color (decimal): -7456190 or 4340366. OLE color: 4340366.

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

Color convert

RGB1425866-
CMYK00.590.540.44
HSL354.29º42%39.22%-
HSV(B)354.29º59.15%55.69%-
XYZ13.659.176.2-
YUV84.03117.83169.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=53.38%
G=21.80%
B=24.81%

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
Decimal142586600.590.540.44354.294239.22
Hex8E3A4203B362C1622a27
Octal2167210207366545425247
Binary1000111011101010000100111011110110101100101100010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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