#915770

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

Shades of Mauve Taupe #915770

Tints of Mauve Taupe #915770

Color information

#915770 (or 0x915770) is unknown color: approx Mauve Taupe. HEX triplet: 91, 57 and 70. RGB value is (145,87,112). Sum of RGB (Red+Green+Blue) = 145+87+112=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #915770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915770 is #6EA88F. Grayscale: #6B6B6B. Windows color (decimal): -7252112 or 7362449. OLE color: 7362449.

HSL color Cylindrical-coordinate representation of color #915770: hue angle of 334.14º 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 #915770 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14587112-
CMYK00.40.230.43
HSL334.14º25%45.49%-
HSV(B)334.14º40%56.86%-
XYZ18.0114.0117.08-
YUV107.19130.72154.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=42.15%
G=25.29%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458711200.40.230.43334.142545.49
Hex915770028172B14e192d
Octal22112716005027535163155
Binary100100011010111111000001010001011110101110100111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915770; }

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

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

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

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

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

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

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

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