#9E3742

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

Shades of Well Read #9E3742

Tints of Well Read #9E3742

Color information

#9E3742 (or 0x9E3742) is unknown color: approx Well Read. HEX triplet: 9E, 37 and 42. RGB value is (158,55,66). Sum of RGB (Red+Green+Blue) = 158+55+66=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3742 is #61C8BD. Grayscale: #575757. Windows color (decimal): -6408382 or 4339614. OLE color: 4339614.

HSL color Cylindrical-coordinate representation of color #9E3742: hue angle of 353.59º 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 #9E3742 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1585566-
CMYK00.650.580.38
HSL353.59º48.36%41.76%-
HSV(B)353.59º65.19%61.96%-
XYZ16.4510.396.29-
YUV87.05116.12178.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=56.63%
G=19.71%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158556600.650.580.38353.5948.3641.76
Hex9E37420413A26162302a
Octal23667102010172465426052
Binary10011110110111100001001000001111010100110101100010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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