Html Css Color HEX #895871 Mauve Taupe

📋 copy color: '#895871'

red 137 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #895871

Tints of Mauve Taupe #895871

RGB

 RED value IS 137 (53.91% from 255) = 40.53%

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

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

R = 40.53%
G = 26.04%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895871 (or 0x895871) is known color: Mauve Taupe. HEX triplet: 89, 58 and 71. RGB value is (137,88,113). Sum of RGB (Red+Green+Blue) = 137+88+113=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895871 is #76A78E. Grayscale: #696969. Windows color (decimal): -7776143 or 7428233. OLE color: 7428233.

HSL color Cylindrical-coordinate representation of color #895871: hue angle of 329.39º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895871 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 113 -
CMYK 0 0.36 0.18 0.46
HSL 329.39º 0.22% 0.44% -
HSV(B) 329.39º 0.36% 0.54% -
XYZ 16.79 13.49 17.34 -
YUV 105.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 137 88 113 0 0.36 0.18 0.46 329.39 0.22 0.44
Hex 89 58 71 0 24 12 2E 149 16 2C
Octal 211 130 161 0 44 22 56 511 26 54
Binary 10001001 1011000 1110001 0 100100 10010 101110 101001001 10110 101100

Color Harmonies of #895871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895871

Black with #895871

Text Example


Text Example

White with #895871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895871; }

 p { color: rgb(137,88,113); }

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

background-color css

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

 a { background-color: rgb(137,88,113); }

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

border-color css

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

 span { border-color: rgb(137,88,113); }

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