#895971

Color #895971 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #895971

Tints of Mauve Taupe #895971

Color information

#895971 (or 0x895971) is unknown color: approx Mauve Taupe. HEX triplet: 89, 59 and 71. RGB value is (137,89,113). Sum of RGB (Red+Green+Blue) = 137+89+113=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895971 is #76A68E. Grayscale: #6A6A6A. Windows color (decimal): -7775887 or 7428489. OLE color: 7428489.

HSL color Cylindrical-coordinate representation of color #895971: hue angle of 330º 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 #895971 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13789113-
CMYK00.350.180.46
HSL330º21.24%44.31%-
HSV(B)330º35.04%53.73%-
XYZ16.8713.6617.37-
YUV106.09131.9150.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=40.41%
G=26.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378911300.350.180.4633021.2444.31
Hex895971023122E14a152c
Octal21113116104322565122554
Binary100010011011001111000101000111001010111010100101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895971; }

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

 H1.HeaderClassName
 {
   color: #895971;
 }
 .AnyTagClassName
 {
   color: #895971;
 }
</style>
background-color css

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

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

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

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

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

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