#955573

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

Shades of Mauve Taupe #955573

Tints of Mauve Taupe #955573

Color information

#955573 (or 0x955573) is unknown color: approx Mauve Taupe. HEX triplet: 95, 55 and 73. RGB value is (149,85,115). Sum of RGB (Red+Green+Blue) = 149+85+115=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955573 is #6AAA8C. Grayscale: #6B6B6B. Windows color (decimal): -6990477 or 7558549. OLE color: 7558549.

HSL color Cylindrical-coordinate representation of color #955573: hue angle of 331.88º 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 #955573 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14985115-
CMYK00.430.230.42
HSL331.88º27.35%45.88%-
HSV(B)331.88º42.95%58.43%-
XYZ18.7414.1217.96-
YUV107.56132.2157.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=42.69%
G=24.36%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498511500.430.230.42331.8827.3545.88
Hex95557302B172A14c1b2e
Octal22512516305327525143356
Binary100101011010101111001101010111011110101010100110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955573; }

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

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

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

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

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

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

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

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