#9D5B72

Color #9D5B72 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9D5B72

Tints of Mauve Taupe #9D5B72

Color information

#9D5B72 (or 0x9D5B72) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 5B and 72. RGB value is (157,91,114). Sum of RGB (Red+Green+Blue) = 157+91+114=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B72 is #62A48D. Grayscale: #717171. Windows color (decimal): -6464654 or 7494557. OLE color: 7494557.

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

Color convert

RGB15791114-
CMYK00.420.270.38
HSL339.09º26.61%48.63%-
HSV(B)339.09º42.04%61.57%-
XYZ20.6815.8717.89-
YUV113.36128.37159.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=43.37%
G=25.14%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579111400.420.270.38339.0926.6148.63
Hex9D5B7202A1B261531b31
Octal23513316205233465233361
Binary100111011011011111001001010101101110011010101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,91,114); }

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

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

 a { background-color: rgb(157,91,114); }

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

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

 span { border-color: rgb(157,91,114); }

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