#894748

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

Shades of Solid Pink #894748

Tints of Solid Pink #894748

Color information

#894748 (or 0x894748) is unknown color: approx Solid Pink. HEX triplet: 89, 47 and 48. RGB value is (137,71,72). Sum of RGB (Red+Green+Blue) = 137+71+72=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #894748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894748 is #76B8B7. Grayscale: #5A5A5A. Windows color (decimal): -7780536 or 4736905. OLE color: 4736905.

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

Color convert

RGB1377172-
CMYK00.480.470.46
HSL359.09º31.73%40.78%-
HSV(B)359.09º48.18%53.73%-
XYZ13.7410.297.39-
YUV90.85117.37160.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=48.93%
G=25.36%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137717200.480.470.46359.0931.7340.78
Hex8947480302F2E1672029
Octal21110711006057565474051
Binary10001001100011110010000110000101111101110101100111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894748; }

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

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

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

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

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

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

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

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