#894B50

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

Shades of Solid Pink #894B50

Tints of Solid Pink #894B50

Color information

#894B50 (or 0x894B50) is unknown color: approx Solid Pink. HEX triplet: 89, 4B and 50. RGB value is (137,75,80). Sum of RGB (Red+Green+Blue) = 137+75+80=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B50 is #76B4AF. Grayscale: #5E5E5E. Windows color (decimal): -7779504 or 5262217. OLE color: 5262217.

HSL color Cylindrical-coordinate representation of color #894B50: hue angle of 355.16º 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 #894B50 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1377580-
CMYK00.450.420.46
HSL355.16º29.25%41.57%-
HSV(B)355.16º45.26%53.73%-
XYZ14.2810.938.95-
YUV94.11120.04158.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=46.92%
G=25.68%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137758000.450.420.46355.1629.2541.57
Hex894B5002D2A2E1631d2a
Octal21111312005552565433552
Binary1000100110010111010000010110110101010111010110001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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