#9D353F

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

Shades of Well Read #9D353F

Tints of Well Read #9D353F

Color information

#9D353F (or 0x9D353F) is unknown color: approx Well Read. HEX triplet: 9D, 35 and 3F. RGB value is (157,53,63). Sum of RGB (Red+Green+Blue) = 157+53+63=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D353F is #62CAC0. Grayscale: #555555. Windows color (decimal): -6474433 or 4142493. OLE color: 4142493.

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

Color convert

RGB1575363-
CMYK00.660.600.38
HSL354.23º49.52%41.18%-
HSV(B)354.23º66.24%61.57%-
XYZ16.0710.075.8-
YUV85.24115.46179.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 63 (25% from 255) = 23.08%
R=57.51%
G=19.41%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157536300.660.600.38354.2349.5241.18
Hex9D353F0423C261623229
Octal2356577010274465426251
Binary1001110111010111111101000010111100100110101100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,63); }

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

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

 a { background-color: rgb(157,53,63); }

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

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

 span { border-color: rgb(157,53,63); }

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