#9D3441

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

Shades of Well Read #9D3441

Tints of Well Read #9D3441

Color information

#9D3441 (or 0x9D3441) is unknown color: approx Well Read. HEX triplet: 9D, 34 and 41. RGB value is (157,52,65). Sum of RGB (Red+Green+Blue) = 157+52+65=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3441 is #62CBBE. Grayscale: #545454. Windows color (decimal): -6474687 or 4273309. OLE color: 4273309.

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

Color convert

RGB1575265-
CMYK00.670.590.38
HSL352.57º50.24%40.98%-
HSV(B)352.57º66.88%61.57%-
XYZ16.0910.016.08-
YUV84.88116.79179.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=57.30%
G=18.98%
B=23.72%

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
Decimal157526500.670.590.38352.5750.2440.98
Hex9D34410433B261613229
Octal23564101010373465416251
Binary10011101110100100000101000011111011100110101100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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