#975475

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

Shades of Mauve Taupe #975475

Tints of Mauve Taupe #975475

Color information

#975475 (or 0x975475) is unknown color: approx Mauve Taupe. HEX triplet: 97, 54 and 75. RGB value is (151,84,117). Sum of RGB (Red+Green+Blue) = 151+84+117=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975475 is #68AB8A. Grayscale: #6B6B6B. Windows color (decimal): -6859659 or 7689367. OLE color: 7689367.

HSL color Cylindrical-coordinate representation of color #975475: hue angle of 330.45º degrees, saturation: 0.29, 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 #975475 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15184117-
CMYK00.440.230.41
HSL330.45º28.51%46.08%-
HSV(B)330.45º44.37%59.22%-
XYZ19.1414.218.56-
YUV107.79133.2158.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=42.90%
G=23.86%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518411700.440.230.41330.4528.5146.08
Hex97547502C172914a1d2e
Octal22712416505427515123556
Binary100101111010100111010101011001011110100110100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975475; }

 p { color: rgb(151,84,117); }

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

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

 a { background-color: rgb(151,84,117); }

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

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

 span { border-color: rgb(151,84,117); }

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