#915571

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

Shades of Mauve Taupe #915571

Tints of Mauve Taupe #915571

Color information

#915571 (or 0x915571) is unknown color: approx Mauve Taupe. HEX triplet: 91, 55 and 71. RGB value is (145,85,113). Sum of RGB (Red+Green+Blue) = 145+85+113=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915571 is #6EAA8E. Grayscale: #6A6A6A. Windows color (decimal): -7252623 or 7427473. OLE color: 7427473.

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

Color convert

RGB14585113-
CMYK00.410.220.43
HSL332º26.09%45.1%-
HSV(B)332º41.38%56.86%-
XYZ17.9113.7117.33-
YUV106.13131.88155.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=42.27%
G=24.78%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458511300.410.220.4333226.0945.1
Hex915571029162B14c1a2d
Octal22112516105126535143255
Binary100100011010101111000101010011011010101110100110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915571; }

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

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

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

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

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

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

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

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