#955571

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

Shades of Mauve Taupe #955571

Tints of Mauve Taupe #955571

Color information

#955571 (or 0x955571) is unknown color: approx Mauve Taupe. HEX triplet: 95, 55 and 71. RGB value is (149,85,113). Sum of RGB (Red+Green+Blue) = 149+85+113=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #955571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955571 is #6AAA8E. Grayscale: #6B6B6B. Windows color (decimal): -6990479 or 7427477. OLE color: 7427477.

HSL color Cylindrical-coordinate representation of color #955571: hue angle of 333.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955571 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14985113-
CMYK00.430.240.42
HSL333.75º27.35%45.88%-
HSV(B)333.75º42.95%58.43%-
XYZ18.6214.0817.36-
YUV107.33131.2157.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=42.94%
G=24.50%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498511300.430.240.42333.7527.3545.88
Hex95557102B182A14e1b2e
Octal22512516105330525163356
Binary100101011010101111000101010111100010101010100111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955571; }

 p { color: rgb(149,85,113); }

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

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

 a { background-color: rgb(149,85,113); }

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

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

 span { border-color: rgb(149,85,113); }

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