#945A73

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

Shades of Mauve Taupe #945A73

Tints of Mauve Taupe #945A73

Color information

#945A73 (or 0x945A73) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5A and 73. RGB value is (148,90,115). Sum of RGB (Red+Green+Blue) = 148+90+115=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #945A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A73 is #6BA58C. Grayscale: #6E6E6E. Windows color (decimal): -7054733 or 7559828. OLE color: 7559828.

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

Color convert

RGB14890115-
CMYK00.390.220.42
HSL334.14º24.37%46.67%-
HSV(B)334.14º39.19%58.04%-
XYZ18.9614.8518.09-
YUV110.19130.72154.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=41.93%
G=25.50%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489011500.390.220.42334.1424.3746.67
Hex945A73027162A14e182f
Octal22413216304726525163057
Binary100101001011010111001101001111011010101010100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,90,115); }

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

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

 a { background-color: rgb(148,90,115); }

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

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

 span { border-color: rgb(148,90,115); }

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