#895870

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

Shades of Mauve Taupe #895870

Tints of Mauve Taupe #895870

Color information

#895870 (or 0x895870) is unknown color: approx Mauve Taupe. HEX triplet: 89, 58 and 70. RGB value is (137,88,112). Sum of RGB (Red+Green+Blue) = 137+88+112=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895870 is #76A78F. Grayscale: #696969. Windows color (decimal): -7776144 or 7362697. OLE color: 7362697.

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

Color convert

RGB13788112-
CMYK00.360.180.46
HSL330.61º21.78%44.12%-
HSV(B)330.61º35.77%53.73%-
XYZ16.7313.4717.05-
YUV105.39131.73150.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=40.65%
G=26.11%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378811200.360.180.46330.6121.7844.12
Hex895870024122E14b162c
Octal21113016004422565132654
Binary100010011011000111000001001001001010111010100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895870; }

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

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

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

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

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

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

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

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