#894047

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

Shades of Solid Pink #894047

Tints of Solid Pink #894047

Color information

#894047 (or 0x894047) is unknown color: approx Solid Pink. HEX triplet: 89, 40 and 47. RGB value is (137,64,71). Sum of RGB (Red+Green+Blue) = 137+64+71=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894047 is #76BFB8. Grayscale: #565656. Windows color (decimal): -7782329 or 4669577. OLE color: 4669577.

HSL color Cylindrical-coordinate representation of color #894047: hue angle of 354.25º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894047 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1376471-
CMYK00.530.480.46
HSL354.25º36.32%39.41%-
HSV(B)354.25º53.28%53.73%-
XYZ13.299.447.08-
YUV86.62119.18163.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=50.37%
G=23.53%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137647100.530.480.46354.2536.3239.41
Hex894047035302E1622427
Octal21110010706560565424447
Binary10001001100000010001110110101110000101110101100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894047; }

 p { color: rgb(137,64,71); }

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

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

 a { background-color: rgb(137,64,71); }

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

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

 span { border-color: rgb(137,64,71); }

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