Html Css Color HEX #91586D Mauve Taupe

📋 copy color: '#91586D'

red 145 ◦ green 88 ◦ blue 109

#91586D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #91586D

Tints of Mauve Taupe #91586D

RGB

 RED value IS 145 (57.03% from 255) = 42.4%

 GREEN value IS 88 (34.77% from 255) = 25.73%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 42.4%
G = 25.73%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#91586D (or 0x91586D) is known color: Mauve Taupe. HEX triplet: 91, 58 and 6D. RGB value is (145,88,109). Sum of RGB (Red+Green+Blue) = 145+88+109=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #91586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91586D is #6EA792. Grayscale: #6B6B6B. Windows color (decimal): -7251859 or 7166097. OLE color: 7166097.

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

Color convert

RGB 145 88 109 -
CMYK 0 0.39 0.25 0.43
HSL 337.89º 0.24% 0.46% -
HSV(B) 337.89º 0.39% 0.57% -
XYZ 17.93 14.1 16.25 -
YUV 107.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 145 88 109 0 0.39 0.25 0.43 337.89 0.24 0.46
Hex 91 58 6D 0 27 19 2B 152 18 2E
Octal 221 130 155 0 47 31 53 522 30 56
Binary 10010001 1011000 1101101 0 100111 11001 101011 101010010 11000 101110

Color Harmonies of #91586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91586D

Black with #91586D

Text Example


Text Example

White with #91586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91586D;
 }
 .AnyTagClassName
 {
   color: #91586D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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