#945B71

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

Shades of Mauve Taupe #945B71

Tints of Mauve Taupe #945B71

Color information

#945B71 (or 0x945B71) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5B and 71. RGB value is (148,91,113). Sum of RGB (Red+Green+Blue) = 148+91+113=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #945B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B71 is #6BA48E. Grayscale: #6E6E6E. Windows color (decimal): -7054479 or 7429012. OLE color: 7429012.

HSL color Cylindrical-coordinate representation of color #945B71: hue angle of 336.84º 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 #945B71 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14891113-
CMYK00.390.240.42
HSL336.84º23.85%46.86%-
HSV(B)336.84º38.51%58.04%-
XYZ18.9314.9717.51-
YUV110.55129.38154.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=42.05%
G=25.85%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489111300.390.240.42336.8423.8546.86
Hex945B71027182A151182f
Octal22413316104730525213057
Binary100101001011011111000101001111100010101010101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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