#945771

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

Shades of Mauve Taupe #945771

Tints of Mauve Taupe #945771

Color information

#945771 (or 0x945771) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 71. RGB value is (148,87,113). Sum of RGB (Red+Green+Blue) = 148+87+113=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #945771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945771 is #6BA88E. Grayscale: #6C6C6C. Windows color (decimal): -7055503 or 7427988. OLE color: 7427988.

HSL color Cylindrical-coordinate representation of color #945771: hue angle of 334.43º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945771 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14887113-
CMYK00.410.240.42
HSL334.43º25.96%46.08%-
HSV(B)334.43º41.22%58.04%-
XYZ18.614.317.4-
YUV108.2130.71156.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=42.53%
G=25%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488711300.410.240.42334.4325.9646.08
Hex945771029182A14e1a2e
Octal22412716105130525163256
Binary100101001010111111000101010011100010101010100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945771; }

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

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

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

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

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

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

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

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