#9E393E

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

Shades of Well Read #9E393E

Tints of Well Read #9E393E

Color information

#9E393E (or 0x9E393E) is unknown color: approx Well Read. HEX triplet: 9E, 39 and 3E. RGB value is (158,57,62). Sum of RGB (Red+Green+Blue) = 158+57+62=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E393E is #61C6C1. Grayscale: #575757. Windows color (decimal): -6407874 or 4077982. OLE color: 4077982.

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

Color convert

RGB1585762-
CMYK00.640.610.38
HSL357.03º46.98%42.16%-
HSV(B)357.03º63.92%61.96%-
XYZ16.4310.545.73-
YUV87.77113.46178.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.04%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=57.04%
G=20.58%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158576200.640.610.38357.0346.9842.16
Hex9E393E0403D261652f2a
Octal2367176010075465455752
Binary1001111011100111111001000000111101100110101100101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,57,62); }

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

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

 a { background-color: rgb(158,57,62); }

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

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

 span { border-color: rgb(158,57,62); }

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