Html Css Color HEX #915571 Mauve Taupe

📋 copy color: '#915571'

red 145 ◦ green 85 ◦ blue 113

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

Shades of Mauve Taupe #915571

Tints of Mauve Taupe #915571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 42.27%
G = 24.78%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#915571 (or 0x915571) is known color: Mauve Taupe. HEX triplet: 91, 55 and 71. RGB value is (145,85,113). Sum of RGB (Red+Green+Blue) = 145+85+113=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915571 is #6EAA8E. Grayscale: #6A6A6A. Windows color (decimal): -7252623 or 7427473. OLE color: 7427473.

HSL color Cylindrical-coordinate representation of color #915571: hue angle of 332º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915571 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 85 113 -
CMYK 0 0.41 0.22 0.43
HSL 332º 0.26% 0.45% -
HSV(B) 332º 0.41% 0.57% -
XYZ 17.91 13.71 17.33 -
YUV 106.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 145 85 113 0 0.41 0.22 0.43 332 0.26 0.45
Hex 91 55 71 0 29 16 2B 14C 1A 2D
Octal 221 125 161 0 51 26 53 514 32 55
Binary 10010001 1010101 1110001 0 101001 10110 101011 101001100 11010 101101

Color Harmonies of #915571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915571

Black with #915571

Text Example


Text Example

White with #915571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915571; }

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

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

background-color css

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

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

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

border-color css

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

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

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