#91576B

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

Shades of Mauve Taupe #91576B

Tints of Mauve Taupe #91576B

Color information

#91576B (or 0x91576B) is unknown color: approx Mauve Taupe. HEX triplet: 91, 57 and 6B. RGB value is (145,87,107). Sum of RGB (Red+Green+Blue) = 145+87+107=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91576B is #6EA894. Grayscale: #6A6A6A. Windows color (decimal): -7252117 or 7034769. OLE color: 7034769.

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

Color convert

RGB14587107-
CMYK00.40.260.43
HSL339.31º25%45.49%-
HSV(B)339.31º40%56.86%-
XYZ17.7413.915.66-
YUV106.62128.22155.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=42.77%
G=25.66%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458710700.40.260.43339.312545.49
Hex91576B0281A2B153192d
Octal22112715305032535233155
Binary100100011010111110101101010001101010101110101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91576B; }

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

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

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

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

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

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

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

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