#9D3742

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

Shades of Well Read #9D3742

Tints of Well Read #9D3742

Color information

#9D3742 (or 0x9D3742) is unknown color: approx Well Read. HEX triplet: 9D, 37 and 42. RGB value is (157,55,66). Sum of RGB (Red+Green+Blue) = 157+55+66=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3742 is #62C8BD. Grayscale: #565656. Windows color (decimal): -6473918 or 4339613. OLE color: 4339613.

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

Color convert

RGB1575566-
CMYK00.650.580.38
HSL353.53º48.11%41.57%-
HSV(B)353.53º64.97%61.57%-
XYZ16.2510.296.28-
YUV86.75116.29178.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.47%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=56.47%
G=19.78%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157556600.650.580.38353.5348.1141.57
Hex9D37420413A26162302a
Octal23567102010172465426052
Binary10011101110111100001001000001111010100110101100010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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