Html Css Color HEX #915771 Mauve Taupe

📋 copy color: '#915771'

red 145 ◦ green 87 ◦ blue 113

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

Shades of Mauve Taupe #915771

Tints of Mauve Taupe #915771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 42.03%
G = 25.22%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#915771 (or 0x915771) is known color: Mauve Taupe. HEX triplet: 91, 57 and 71. RGB value is (145,87,113). Sum of RGB (Red+Green+Blue) = 145+87+113=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915771 is #6EA88E. Grayscale: #6B6B6B. Windows color (decimal): -7252111 or 7427985. OLE color: 7427985.

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

Color convert

RGB 145 87 113 -
CMYK 0 0.4 0.22 0.43
HSL 333.1º 0.25% 0.45% -
HSV(B) 333.1º 0.4% 0.57% -
XYZ 18.07 14.03 17.38 -
YUV 107.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 145 87 113 0 0.4 0.22 0.43 333.1 0.25 0.45
Hex 91 57 71 0 28 16 2B 14D 19 2D
Octal 221 127 161 0 50 26 53 515 31 55
Binary 10010001 1010111 1110001 0 101000 10110 101011 101001101 11001 101101

Color Harmonies of #915771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915771

Black with #915771

Text Example


Text Example

White with #915771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915771; }

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

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

background-color css

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

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

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

border-color css

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

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

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