#9E3342

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

Shades of Well Read #9E3342

Tints of Well Read #9E3342

Color information

#9E3342 (or 0x9E3342) is unknown color: approx Well Read. HEX triplet: 9E, 33 and 42. RGB value is (158,51,66). Sum of RGB (Red+Green+Blue) = 158+51+66=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3342 is #61CCBD. Grayscale: #545454. Windows color (decimal): -6409406 or 4338590. OLE color: 4338590.

HSL color Cylindrical-coordinate representation of color #9E3342: hue angle of 351.59º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3342 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1585166-
CMYK00.680.580.38
HSL351.59º51.2%40.98%-
HSV(B)351.59º67.72%61.96%-
XYZ16.2710.036.23-
YUV84.7117.45180.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.45%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 66 (26.17% from 255) = 24%
R=57.45%
G=18.55%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158516600.680.580.38351.5951.240.98
Hex9E33420443A261603329
Octal23663102010472465406351
Binary10011110110011100001001000100111010100110101100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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