#894552

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

Shades of Solid Pink #894552

Tints of Solid Pink #894552

Color information

#894552 (or 0x894552) is unknown color: approx Solid Pink. HEX triplet: 89, 45 and 52. RGB value is (137,69,82). Sum of RGB (Red+Green+Blue) = 137+69+82=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #894552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894552 is #76BAAD. Grayscale: #5A5A5A. Windows color (decimal): -7781038 or 5391753. OLE color: 5391753.

HSL color Cylindrical-coordinate representation of color #894552: hue angle of 348.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894552 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1376982-
CMYK00.500.400.46
HSL348.53º33.01%40.39%-
HSV(B)348.53º49.64%53.73%-
XYZ13.9710.189.21-
YUV90.81123.03160.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=47.57%
G=23.96%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137698200.500.400.46348.5333.0140.39
Hex894552032282E15d2128
Octal21110512206250565354150
Binary10001001100010110100100110010101000101110101011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894552; }

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

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

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

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

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

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

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

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