Html Css Color HEX #845D71 Mauve Taupe

📋 copy color: '#845D71'

red 132 ◦ green 93 ◦ blue 113

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

Shades of Mauve Taupe #845D71

Tints of Mauve Taupe #845D71

RGB

 RED value IS 132 (51.95% from 255) = 39.05%

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 39.05%
G = 27.51%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#845D71 (or 0x845D71) is known color: Mauve Taupe. HEX triplet: 84, 5D and 71. RGB value is (132,93,113). Sum of RGB (Red+Green+Blue) = 132+93+113=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #845D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D71 is #7BA28E. Grayscale: #6A6A6A. Windows color (decimal): -8102543 or 7429508. OLE color: 7429508.

HSL color Cylindrical-coordinate representation of color #845D71: hue angle of 329.23º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D71 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 93 113 -
CMYK 0 0.30 0.14 0.48
HSL 329.23º 0.17% 0.44% -
HSV(B) 329.23º 0.3% 0.52% -
XYZ 16.41 13.93 17.45 -
YUV 106.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 132 93 113 0 0.30 0.14 0.48 329.23 0.17 0.44
Hex 84 5D 71 0 1E E 30 149 11 2C
Octal 204 135 161 0 36 16 60 511 21 54
Binary 10000100 1011101 1110001 0 11110 1110 110000 101001001 10001 101100

Color Harmonies of #845D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D71

Black with #845D71

Text Example


Text Example

White with #845D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845D71; }

 p { color: rgb(132,93,113); }

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

background-color css

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

 a { background-color: rgb(132,93,113); }

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

border-color css

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

 span { border-color: rgb(132,93,113); }

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