#915771

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

Shades of Mauve Taupe #915771

Tints of Mauve Taupe #915771

Color information

#915771 (or 0x915771) is unknown color: approx Mauve Taupe. HEX triplet: 91, 57 and 71. RGB value is (145,87,113). Sum of RGB (Red+Green+Blue) = 145+87+113=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915771 is #6EA88E. Grayscale: #6B6B6B. Windows color (decimal): -7252111 or 7427985. OLE color: 7427985.

HSL color Cylindrical-coordinate representation of color #915771: hue angle of 333.1º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915771 is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14587113-
CMYK00.40.220.43
HSL333.1º25%45.49%-
HSV(B)333.1º40%56.86%-
XYZ18.0714.0317.38-
YUV107.31131.22154.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=42.03%
G=25.22%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458711300.40.220.43333.12545.49
Hex915771028162B14d192d
Octal22112716105026535153155
Binary100100011010111111000101010001011010101110100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915771; }

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

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

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

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

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

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

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

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