#894852

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

Shades of Solid Pink #894852

Tints of Solid Pink #894852

Color information

#894852 (or 0x894852) is unknown color: approx Solid Pink. HEX triplet: 89, 48 and 52. RGB value is (137,72,82). Sum of RGB (Red+Green+Blue) = 137+72+82=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #894852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894852 is #76B7AD. Grayscale: #5C5C5C. Windows color (decimal): -7780270 or 5392521. OLE color: 5392521.

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

Color convert

RGB1377282-
CMYK00.470.400.46
HSL350.77º31.1%40.98%-
HSV(B)350.77º47.45%53.73%-
XYZ14.1610.569.28-
YUV92.58122.03159.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=47.08%
G=24.74%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137728200.470.400.46350.7731.140.98
Hex89485202F282E15f1f29
Octal21111012205750565373751
Binary1000100110010001010010010111110100010111010101111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894852; }

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

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

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

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

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

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

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

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