#9D3440

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

Shades of Well Read #9D3440

Tints of Well Read #9D3440

Color information

#9D3440 (or 0x9D3440) is unknown color: approx Well Read. HEX triplet: 9D, 34 and 40. RGB value is (157,52,64). Sum of RGB (Red+Green+Blue) = 157+52+64=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3440 is #62CBBF. Grayscale: #545454. Windows color (decimal): -6474688 or 4207773. OLE color: 4207773.

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

Color convert

RGB1575264-
CMYK00.670.590.38
HSL353.14º50.24%40.98%-
HSV(B)353.14º66.88%61.57%-
XYZ16.069.995.93-
YUV84.76116.29179.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=57.51%
G=19.05%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157526400.670.590.38353.1450.2440.98
Hex9D34400433B261613229
Octal23564100010373465416251
Binary10011101110100100000001000011111011100110101100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,52,64); }

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

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

 a { background-color: rgb(157,52,64); }

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

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

 span { border-color: rgb(157,52,64); }

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