#945972

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

Shades of Mauve Taupe #945972

Tints of Mauve Taupe #945972

Color information

#945972 (or 0x945972) is unknown color: approx Mauve Taupe. HEX triplet: 94, 59 and 72. RGB value is (148,89,114). Sum of RGB (Red+Green+Blue) = 148+89+114=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945972 is #6BA68D. Grayscale: #6D6D6D. Windows color (decimal): -7054990 or 7494036. OLE color: 7494036.

HSL color Cylindrical-coordinate representation of color #945972: hue angle of 334.58º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945972 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14889114-
CMYK00.400.230.42
HSL334.58º24.89%46.47%-
HSV(B)334.58º39.86%58.04%-
XYZ18.8214.6617.76-
YUV109.49130.55155.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=42.17%
G=25.36%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488911400.400.230.42334.5824.8946.47
Hex945972028172A14f192e
Octal22413116205027525173156
Binary100101001011001111001001010001011110101010100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945972; }

 p { color: rgb(148,89,114); }

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

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

 a { background-color: rgb(148,89,114); }

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

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

 span { border-color: rgb(148,89,114); }

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