#894855

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

Shades of Solid Pink #894855

Tints of Solid Pink #894855

Color information

#894855 (or 0x894855) is unknown color: approx Solid Pink. HEX triplet: 89, 48 and 55. RGB value is (137,72,85). Sum of RGB (Red+Green+Blue) = 137+72+85=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #894855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894855 is #76B7AA. Grayscale: #5C5C5C. Windows color (decimal): -7780267 or 5589129. OLE color: 5589129.

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

Color convert

RGB1377285-
CMYK00.470.380.46
HSL348º31.1%40.98%-
HSV(B)348º47.45%53.73%-
XYZ14.2710.619.89-
YUV92.92123.53159.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=46.60%
G=24.49%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137728500.470.380.4634831.140.98
Hex89485502F262E15c1f29
Octal21111012505746565343751
Binary1000100110010001010101010111110011010111010101110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894855; }

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

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

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

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

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

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

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

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