#9e3a40

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

Shades of Well Read #9E3A40

Tints of Well Read #9E3A40

Color information

#9E3A40 (or 0x9E3A40) is unknown color: approx Well Read. HEX triplet: 9E, 3A and 40. RGB value is (158,58,64). Sum of RGB (Red+Green+Blue) = 158+58+64=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3A40 is #61C5BF. Grayscale: #585858. Windows color (decimal): -6407616 or 4209310. OLE color: 4209310.

HSL color Cylindrical-coordinate representation of color #9E3A40: hue angle of 356.4º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3A40 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1585864-
CMYK00.630.590.38
HSL356.4º46.3%42.35%-
HSV(B)356.4º63.29%61.96%-
XYZ16.5410.676.04-
YUV88.58114.13177.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.43%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=56.43%
G=20.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158586400.630.590.38356.446.342.35
Hex9E3A4003F3B261642e2a
Octal2367210007773465445652
Binary1001111011101010000000111111111011100110101100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e3a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9e3a40; }

 p { color: rgb(158,58,64); }

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

<style>
 a { background-color: #9e3a40; }

 a { background-color: rgb(158,58,64); }

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

<style>
 span { border-color: #9e3a40; }

 span { border-color: rgb(158,58,64); }

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