#895055

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

Shades of Solid Pink #895055

Tints of Solid Pink #895055

Color information

#895055 (or 0x895055) is unknown color: approx Solid Pink. HEX triplet: 89, 50 and 55. RGB value is (137,80,85). Sum of RGB (Red+Green+Blue) = 137+80+85=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #895055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895055 is #76AFAA. Grayscale: #616161. Windows color (decimal): -7778219 or 5591177. OLE color: 5591177.

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

Color convert

RGB1378085-
CMYK00.420.380.46
HSL354.74º26.27%42.55%-
HSV(B)354.74º41.61%53.73%-
XYZ14.8211.7110.07-
YUV97.61120.88156.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=45.36%
G=26.49%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137808500.420.380.46354.7426.2742.55
Hex89505502A262E1631a2b
Octal21112012505246565433253
Binary1000100110100001010101010101010011010111010110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895055; }

 p { color: rgb(137,80,85); }

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

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

 a { background-color: rgb(137,80,85); }

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

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

 span { border-color: rgb(137,80,85); }

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