#945F71

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

Shades of Mauve Taupe #945F71

Tints of Mauve Taupe #945F71

Color information

#945F71 (or 0x945F71) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5F and 71. RGB value is (148,95,113). Sum of RGB (Red+Green+Blue) = 148+95+113=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F71 is #6BA08E. Grayscale: #707070. Windows color (decimal): -7053455 or 7430036. OLE color: 7430036.

HSL color Cylindrical-coordinate representation of color #945F71: hue angle of 339.62º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945F71 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14895113-
CMYK00.360.240.42
HSL339.62º21.81%47.65%-
HSV(B)339.62º35.81%58.04%-
XYZ19.2915.6717.63-
YUV112.9128.06153.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=41.57%
G=26.69%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489511300.360.240.42339.6221.8147.65
Hex945F71024182A1541630
Octal22413716104430525242660
Binary100101001011111111000101001001100010101010101010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945F71; }

 p { color: rgb(148,95,113); }

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

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

 a { background-color: rgb(148,95,113); }

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

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

 span { border-color: rgb(148,95,113); }

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