#895355

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

Shades of Solid Pink #895355

Tints of Solid Pink #895355

Color information

#895355 (or 0x895355) is unknown color: approx Solid Pink. HEX triplet: 89, 53 and 55. RGB value is (137,83,85). Sum of RGB (Red+Green+Blue) = 137+83+85=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895355 is #76ACAA. Grayscale: #636363. Windows color (decimal): -7777451 or 5591945. OLE color: 5591945.

HSL color Cylindrical-coordinate representation of color #895355: hue angle of 357.78º degrees, saturation: 0.25, 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 #895355 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1378385-
CMYK00.390.380.46
HSL357.78º24.55%43.14%-
HSV(B)357.78º39.42%53.73%-
XYZ15.0512.1610.15-
YUV99.37119.89154.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=44.92%
G=27.21%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137838500.390.380.46357.7824.5543.14
Hex895355027262E166192b
Octal21112312504746565463153
Binary1000100110100111010101010011110011010111010110011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895355; }

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

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

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

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

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

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

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

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