#9D393C

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

Shades of Well Read #9D393C

Tints of Well Read #9D393C

Color information

#9D393C (or 0x9D393C) is unknown color: approx Well Read. HEX triplet: 9D, 39 and 3C. RGB value is (157,57,60). Sum of RGB (Red+Green+Blue) = 157+57+60=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D393C is #62C6C3. Grayscale: #575757. Windows color (decimal): -6473412 or 3946909. OLE color: 3946909.

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

Color convert

RGB1575760-
CMYK00.640.620.38
HSL358.2º46.73%41.96%-
HSV(B)358.2º63.69%61.57%-
XYZ16.1810.425.43-
YUV87.24112.63177.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=57.30%
G=20.80%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157576000.640.620.38358.246.7341.96
Hex9D393C0403E261662f2a
Octal2357174010076465465752
Binary1001110111100111110001000000111110100110101100110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,60); }

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

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

 a { background-color: rgb(157,57,60); }

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

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

 span { border-color: rgb(157,57,60); }

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