#91586E

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

Shades of Mauve Taupe #91586E

Tints of Mauve Taupe #91586E

Color information

#91586E (or 0x91586E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 58 and 6E. RGB value is (145,88,110). Sum of RGB (Red+Green+Blue) = 145+88+110=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #91586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91586E is #6EA791. Grayscale: #6B6B6B. Windows color (decimal): -7251858 or 7231633. OLE color: 7231633.

HSL color Cylindrical-coordinate representation of color #91586E: hue angle of 336.84º 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 #91586E is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14588110-
CMYK00.390.240.43
HSL336.84º24.46%45.69%-
HSV(B)336.84º39.31%56.86%-
XYZ17.9814.1216.53-
YUV107.55129.38154.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=42.27%
G=25.66%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458811000.390.240.43336.8424.4645.69
Hex91586E027182B151182e
Octal22113015604730535213056
Binary100100011011000110111001001111100010101110101000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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