#9B5573

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

Shades of Mauve Taupe #9B5573

Tints of Mauve Taupe #9B5573

Color information

#9B5573 (or 0x9B5573) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 55 and 73. RGB value is (155,85,115). Sum of RGB (Red+Green+Blue) = 155+85+115=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5573 is #64AA8C. Grayscale: #6D6D6D. Windows color (decimal): -6597261 or 7558555. OLE color: 7558555.

HSL color Cylindrical-coordinate representation of color #9B5573: hue angle of 334.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5573 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB15585115-
CMYK00.450.260.39
HSL334.29º29.17%47.06%-
HSV(B)334.29º45.16%60.78%-
XYZ19.8614.718.01-
YUV109.35131.19160.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=43.66%
G=23.94%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558511500.450.260.39334.2929.1747.06
Hex9B557302D1A2714e1d2f
Octal23312516305532475163557
Binary100110111010101111001101011011101010011110100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,115); }

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

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

 a { background-color: rgb(155,85,115); }

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

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

 span { border-color: rgb(155,85,115); }

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