#915773

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

Shades of Mauve Taupe #915773

Tints of Mauve Taupe #915773

Color information

#915773 (or 0x915773) is unknown color: approx Mauve Taupe. HEX triplet: 91, 57 and 73. RGB value is (145,87,115). Sum of RGB (Red+Green+Blue) = 145+87+115=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915773 is #6EA88C. Grayscale: #6B6B6B. Windows color (decimal): -7252109 or 7559057. OLE color: 7559057.

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

Color convert

RGB14587115-
CMYK00.40.210.43
HSL331.03º25%45.49%-
HSV(B)331.03º40%56.86%-
XYZ18.1814.0717.98-
YUV107.53132.22154.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=41.79%
G=25.07%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458711500.40.210.43331.032545.49
Hex915773028152B14b192d
Octal22112716305025535133155
Binary100100011010111111001101010001010110101110100101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915773; }

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

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

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

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

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

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

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

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