#895458

Color #895458 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #895458

Tints of Solid Pink #895458

Color information

#895458 (or 0x895458) is unknown color: approx Solid Pink. HEX triplet: 89, 54 and 58. RGB value is (137,84,88). Sum of RGB (Red+Green+Blue) = 137+84+88=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895458 is #76ABA7. Grayscale: #646464. Windows color (decimal): -7777192 or 5788809. OLE color: 5788809.

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

Color convert

RGB1378488-
CMYK00.390.360.46
HSL355.47º23.98%43.33%-
HSV(B)355.47º38.69%53.73%-
XYZ15.2512.3610.82-
YUV100.3121.06154.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=44.34%
G=27.18%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137848800.390.360.46355.4723.9843.33
Hex895458027242E163182b
Octal21112413004744565433053
Binary1000100110101001011000010011110010010111010110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895458; }

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

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

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

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

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

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

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

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