#975472

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

Shades of Mauve Taupe #975472

Tints of Mauve Taupe #975472

Color information

#975472 (or 0x975472) is unknown color: approx Mauve Taupe. HEX triplet: 97, 54 and 72. RGB value is (151,84,114). Sum of RGB (Red+Green+Blue) = 151+84+114=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #975472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975472 is #68AB8D. Grayscale: #6B6B6B. Windows color (decimal): -6859662 or 7492759. OLE color: 7492759.

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

Color convert

RGB15184114-
CMYK00.440.250.41
HSL333.13º28.51%46.08%-
HSV(B)333.13º44.37%59.22%-
XYZ18.9714.1317.65-
YUV107.45131.7159.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=43.27%
G=24.07%
B=32.66%

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
Decimal1518411400.440.250.41333.1328.5146.08
Hex97547202C192914d1d2e
Octal22712416205431515153556
Binary100101111010100111001001011001100110100110100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975472; }

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

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

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

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

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

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

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

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