Html Css Color HEX #91576F Mauve Taupe

📋 copy color: '#91576F'

red 145 ◦ green 87 ◦ blue 111

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

Shades of Mauve Taupe #91576F

Tints of Mauve Taupe #91576F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 42.27%
G = 25.36%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#91576F (or 0x91576F) is known color: Mauve Taupe. HEX triplet: 91, 57 and 6F. RGB value is (145,87,111). Sum of RGB (Red+Green+Blue) = 145+87+111=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #91576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91576F is #6EA890. Grayscale: #6B6B6B. Windows color (decimal): -7252113 or 7296913. OLE color: 7296913.

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

Color convert

RGB 145 87 111 -
CMYK 0 0.4 0.23 0.43
HSL 335.17º 0.25% 0.45% -
HSV(B) 335.17º 0.4% 0.57% -
XYZ 17.95 13.98 16.79 -
YUV 107.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 145 87 111 0 0.4 0.23 0.43 335.17 0.25 0.45
Hex 91 57 6F 0 28 17 2B 14F 19 2D
Octal 221 127 157 0 50 27 53 517 31 55
Binary 10010001 1010111 1101111 0 101000 10111 101011 101001111 11001 101101

Color Harmonies of #91576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91576F

Black with #91576F

Text Example


Text Example

White with #91576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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