#9E3740

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

Shades of Well Read #9E3740

Tints of Well Read #9E3740

Color information

#9E3740 (or 0x9E3740) is unknown color: approx Well Read. HEX triplet: 9E, 37 and 40. RGB value is (158,55,64). Sum of RGB (Red+Green+Blue) = 158+55+64=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3740 is #61C8BF. Grayscale: #565656. Windows color (decimal): -6408384 or 4208542. OLE color: 4208542.

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

Color convert

RGB1585564-
CMYK00.650.590.38
HSL354.76º48.36%41.76%-
HSV(B)354.76º65.19%61.96%-
XYZ16.3910.375.99-
YUV86.82115.12178.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.04%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=57.04%
G=19.86%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158556400.650.590.38354.7648.3641.76
Hex9E37400413B26163302a
Octal23667100010173465436052
Binary10011110110111100000001000001111011100110101100011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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