#9D4244

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

Shades of Well Read #9D4244

Tints of Well Read #9D4244

Color information

#9D4244 (or 0x9D4244) is unknown color: approx Well Read. HEX triplet: 9D, 42 and 44. RGB value is (157,66,68). Sum of RGB (Red+Green+Blue) = 157+66+68=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4244 is #62BDBB. Grayscale: #5D5D5D. Windows color (decimal): -6471100 or 4473501. OLE color: 4473501.

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

Color convert

RGB1576668-
CMYK00.580.570.38
HSL358.68º40.81%43.73%-
HSV(B)358.68º57.96%61.57%-
XYZ16.911.486.79-
YUV93.44113.65173.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.95%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=53.95%
G=22.68%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157666800.580.570.38358.6840.8143.73
Hex9D424403A3926167292c
Octal23510210407271465475154
Binary10011101100001010001000111010111001100110101100111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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