#8E3B40

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

Shades of Well Read #8E3B40

Tints of Well Read #8E3B40

Color information

#8E3B40 (or 0x8E3B40) is unknown color: approx Well Read. HEX triplet: 8E, 3B and 40. RGB value is (142,59,64). Sum of RGB (Red+Green+Blue) = 142+59+64=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B40 is #71C4BF. Grayscale: #545454. Windows color (decimal): -7455936 or 4209550. OLE color: 4209550.

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

Color convert

RGB1425964-
CMYK00.580.550.44
HSL356.39º41.29%39.41%-
HSV(B)356.39º58.45%55.69%-
XYZ13.649.255.92-
YUV84.39116.5169.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=53.58%
G=22.26%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142596400.580.550.44356.3941.2939.41
Hex8E3B4003A372C1642927
Octal2167310007267545445147
Binary1000111011101110000000111010110111101100101100100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,59,64); }

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

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

 a { background-color: rgb(142,59,64); }

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

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

 span { border-color: rgb(142,59,64); }

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