#895556

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

Shades of Solid Pink #895556

Tints of Solid Pink #895556

Color information

#895556 (or 0x895556) is unknown color: approx Solid Pink. HEX triplet: 89, 55 and 56. RGB value is (137,85,86). Sum of RGB (Red+Green+Blue) = 137+85+86=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895556 is #76AAA9. Grayscale: #646464. Windows color (decimal): -7776938 or 5657993. OLE color: 5657993.

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

Color convert

RGB1378586-
CMYK00.380.370.46
HSL358.85º23.42%43.53%-
HSV(B)358.85º37.96%53.73%-
XYZ15.2412.4910.41-
YUV100.66119.73153.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=44.48%
G=27.60%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137858600.380.370.46358.8523.4243.53
Hex895556026252E167172c
Octal21112512604645565472754
Binary1000100110101011010110010011010010110111010110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895556; }

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

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

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

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

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

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

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

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