#894B56

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

Shades of Solid Pink #894B56

Tints of Solid Pink #894B56

Color information

#894B56 (or 0x894B56) is unknown color: approx Solid Pink. HEX triplet: 89, 4B and 56. RGB value is (137,75,86). Sum of RGB (Red+Green+Blue) = 137+75+86=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B56 is #76B4A9. Grayscale: #5E5E5E. Windows color (decimal): -7779498 or 5655433. OLE color: 5655433.

HSL color Cylindrical-coordinate representation of color #894B56: hue angle of 349.35º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B56 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1377586-
CMYK00.450.370.46
HSL349.35º29.25%41.57%-
HSV(B)349.35º45.26%53.73%-
XYZ14.5111.0210.17-
YUV94.79123.04158.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=45.97%
G=25.17%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137758600.450.370.46349.3529.2541.57
Hex894B5602D252E15d1d2a
Octal21111312605545565353552
Binary1000100110010111010110010110110010110111010101110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894B56; }

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

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

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

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

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

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

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

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