#9D3D40

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

Shades of Well Read #9D3D40

Tints of Well Read #9D3D40

Color information

#9D3D40 (or 0x9D3D40) is unknown color: approx Well Read. HEX triplet: 9D, 3D and 40. RGB value is (157,61,64). Sum of RGB (Red+Green+Blue) = 157+61+64=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3D40 is #62C2BF. Grayscale: #5A5A5A. Windows color (decimal): -6472384 or 4210077. OLE color: 4210077.

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

Color convert

RGB1576164-
CMYK00.610.590.38
HSL358.12º44.04%42.75%-
HSV(B)358.12º61.15%61.57%-
XYZ16.510.886.08-
YUV90.05113.3175.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.67%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=55.67%
G=21.63%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157616400.610.590.38358.1244.0442.75
Hex9D3D4003D3B261662c2b
Octal2357510007573465465453
Binary1001110111110110000000111101111011100110101100110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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