#894853

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

Shades of Solid Pink #894853

Tints of Solid Pink #894853

Color information

#894853 (or 0x894853) is unknown color: approx Solid Pink. HEX triplet: 89, 48 and 53. RGB value is (137,72,83). Sum of RGB (Red+Green+Blue) = 137+72+83=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894853 is #76B7AC. Grayscale: #5C5C5C. Windows color (decimal): -7780269 or 5458057. OLE color: 5458057.

HSL color Cylindrical-coordinate representation of color #894853: hue angle of 349.85º 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 #894853 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1377283-
CMYK00.470.390.46
HSL349.85º31.1%40.98%-
HSV(B)349.85º47.45%53.73%-
XYZ14.210.589.48-
YUV92.69122.53159.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=46.92%
G=24.66%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137728300.470.390.46349.8531.140.98
Hex89485302F272E15e1f29
Octal21111012305747565363751
Binary1000100110010001010011010111110011110111010101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894853; }

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

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

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

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

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

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

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

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