Html Css Color HEX #895970 Mauve Taupe

📋 copy color: '#895970'

red 137 ◦ green 89 ◦ blue 112

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

Shades of Mauve Taupe #895970

Tints of Mauve Taupe #895970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.33%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 40.53%
G = 26.33%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895970 (or 0x895970) is known color: Mauve Taupe. HEX triplet: 89, 59 and 70. RGB value is (137,89,112). Sum of RGB (Red+Green+Blue) = 137+89+112=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895970 is #76A68F. Grayscale: #696969. Windows color (decimal): -7775888 or 7362953. OLE color: 7362953.

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

Color convert

RGB 137 89 112 -
CMYK 0 0.35 0.18 0.46
HSL 331.25º 0.21% 0.44% -
HSV(B) 331.25º 0.35% 0.54% -
XYZ 16.81 13.63 17.07 -
YUV 105.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 137 89 112 0 0.35 0.18 0.46 331.25 0.21 0.44
Hex 89 59 70 0 23 12 2E 14B 15 2C
Octal 211 131 160 0 43 22 56 513 25 54
Binary 10001001 1011001 1110000 0 100011 10010 101110 101001011 10101 101100

Color Harmonies of #895970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895970

Black with #895970

Text Example


Text Example

White with #895970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895970; }

 p { color: rgb(137,89,112); }

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

background-color css

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

 a { background-color: rgb(137,89,112); }

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

border-color css

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

 span { border-color: rgb(137,89,112); }

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