#9D3B42

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

Shades of Well Read #9D3B42

Tints of Well Read #9D3B42

Color information

#9D3B42 (or 0x9D3B42) is unknown color: approx Well Read. HEX triplet: 9D, 3B and 42. RGB value is (157,59,66). Sum of RGB (Red+Green+Blue) = 157+59+66=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3B42 is #62C4BD. Grayscale: #595959. Windows color (decimal): -6472894 or 4340637. OLE color: 4340637.

HSL color Cylindrical-coordinate representation of color #9D3B42: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3B42 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1575966-
CMYK00.620.580.38
HSL355.71º45.37%42.35%-
HSV(B)355.71º62.42%61.57%-
XYZ16.4510.696.35-
YUV89.1114.97176.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.67%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=55.67%
G=20.92%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157596600.620.580.38355.7145.3742.35
Hex9D3B4203E3A261642d2a
Octal2357310207672465445552
Binary1001110111101110000100111110111010100110101100100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,59,66); }

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

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

 a { background-color: rgb(157,59,66); }

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

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

 span { border-color: rgb(157,59,66); }

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