#9D3341

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

Shades of Well Read #9D3341

Tints of Well Read #9D3341

Color information

#9D3341 (or 0x9D3341) is unknown color: approx Well Read. HEX triplet: 9D, 33 and 41. RGB value is (157,51,65). Sum of RGB (Red+Green+Blue) = 157+51+65=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3341 is #62CCBE. Grayscale: #545454. Windows color (decimal): -6474943 or 4273053. OLE color: 4273053.

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

Color convert

RGB1575165-
CMYK00.680.590.38
HSL352.08º50.96%40.78%-
HSV(B)352.08º67.52%61.57%-
XYZ16.049.926.07-
YUV84.29117.12179.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=57.51%
G=18.68%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157516500.680.590.38352.0850.9640.78
Hex9D33410443B261603329
Octal23563101010473465406351
Binary10011101110011100000101000100111011100110101100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,51,65); }

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

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

 a { background-color: rgb(157,51,65); }

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

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

 span { border-color: rgb(157,51,65); }

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