#91586F

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

Shades of Mauve Taupe #91586F

Tints of Mauve Taupe #91586F

Color information

#91586F (or 0x91586F) is unknown color: approx Mauve Taupe. HEX triplet: 91, 58 and 6F. RGB value is (145,88,111). Sum of RGB (Red+Green+Blue) = 145+88+111=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #91586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91586F is #6EA790. Grayscale: #6B6B6B. Windows color (decimal): -7251857 or 7297169. OLE color: 7297169.

HSL color Cylindrical-coordinate representation of color #91586F: hue angle of 335.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91586F is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14588111-
CMYK00.390.230.43
HSL335.79º24.46%45.69%-
HSV(B)335.79º39.31%56.86%-
XYZ18.0414.1516.82-
YUV107.66129.88154.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=42.15%
G=25.58%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458811100.390.230.43335.7924.4645.69
Hex91586F027172B150182e
Octal22113015704727535203056
Binary100100011011000110111101001111011110101110101000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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