Html Css Color HEX #895870 Mauve Taupe

📋 copy color: '#895870'

red 137 ◦ green 88 ◦ blue 112

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

Shades of Mauve Taupe #895870

Tints of Mauve Taupe #895870

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 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

#895870 (or 0x895870) is known color: 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

RGB 137 88 112 -
CMYK 0 0.36 0.18 0.46
HSL 330.61º 0.22% 0.44% -
HSV(B) 330.61º 0.36% 0.54% -
XYZ 16.73 13.47 17.05 -
YUV 105.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 137 88 112 0 0.36 0.18 0.46 330.61 0.22 0.44
Hex 89 58 70 0 24 12 2E 14B 16 2C
Octal 211 130 160 0 44 22 56 513 26 54
Binary 10001001 1011000 1110000 0 100100 10010 101110 101001011 10110 101100

Color Harmonies of #895870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895870

Black with #895870

Text Example


Text Example

White with #895870

Text Example


Text Example

HTML Codes & Css Web 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>