#894379

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

Shades of Trendy Pink #894379

Tints of Trendy Pink #894379

Color information

#894379 (or 0x894379) is unknown color: approx Trendy Pink. HEX triplet: 89, 43 and 79. RGB value is (137,67,121). Sum of RGB (Red+Green+Blue) = 137+67+121=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894379 is #76BC86. Grayscale: #5D5D5D. Windows color (decimal): -7781511 or 7947145. OLE color: 7947145.

HSL color Cylindrical-coordinate representation of color #894379: hue angle of 313.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894379 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13767121-
CMYK00.510.120.46
HSL313.71º34.31%40%-
HSV(B)313.71º51.09%53.73%-
XYZ15.7710.7119.33-
YUV94.09143.19158.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=42.15%
G=20.62%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376712100.510.120.46313.7134.3140
Hex894379033C2E13a2228
Octal21110317106314564724250
Binary100010011000011111100101100111100101110100111010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894379; }

 p { color: rgb(137,67,121); }

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

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

 a { background-color: rgb(137,67,121); }

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

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

 span { border-color: rgb(137,67,121); }

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