#91576F

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

Shades of Mauve Taupe #91576F

Tints of Mauve Taupe #91576F

Color information

#91576F (or 0x91576F) is unknown color: approx Mauve Taupe. HEX triplet: 91, 57 and 6F. RGB value is (145,87,111). Sum of RGB (Red+Green+Blue) = 145+87+111=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #91576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91576F is #6EA890. Grayscale: #6B6B6B. Windows color (decimal): -7252113 or 7296913. OLE color: 7296913.

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

Color convert

RGB14587111-
CMYK00.40.230.43
HSL335.17º25%45.49%-
HSV(B)335.17º40%56.86%-
XYZ17.9513.9816.79-
YUV107.08130.22155.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=42.27%
G=25.36%
B=32.36%

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
Decimal1458711100.40.230.43335.172545.49
Hex91576F028172B14f192d
Octal22112715705027535173155
Binary100100011010111110111101010001011110101110100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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