#975571

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

Shades of Mauve Taupe #975571

Tints of Mauve Taupe #975571

Color information

#975571 (or 0x975571) is unknown color: approx Mauve Taupe. HEX triplet: 97, 55 and 71. RGB value is (151,85,113). Sum of RGB (Red+Green+Blue) = 151+85+113=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #975571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975571 is #68AA8E. Grayscale: #6B6B6B. Windows color (decimal): -6859407 or 7427479. OLE color: 7427479.

HSL color Cylindrical-coordinate representation of color #975571: hue angle of 334.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975571 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15185113-
CMYK00.440.250.41
HSL334.55º27.97%46.27%-
HSV(B)334.55º43.71%59.22%-
XYZ18.9914.2717.38-
YUV107.93130.87158.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=43.27%
G=24.36%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518511300.440.250.41334.5527.9746.27
Hex97557102C192914f1c2e
Octal22712516105431515173456
Binary100101111010101111000101011001100110100110100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975571; }

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

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

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

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

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

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

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

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