#896481

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

Shades of Trendy Pink #896481

Tints of Trendy Pink #896481

Color information

#896481 (or 0x896481) is unknown color: approx Trendy Pink. HEX triplet: 89, 64 and 81. RGB value is (137,100,129). Sum of RGB (Red+Green+Blue) = 137+100+129=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #896481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896481 is #769B7E. Grayscale: #727272. Windows color (decimal): -7773055 or 8479881. OLE color: 8479881.

HSL color Cylindrical-coordinate representation of color #896481: hue angle of 312.97º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896481 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB137100129-
CMYK00.270.060.46
HSL312.97º15.61%46.47%-
HSV(B)312.97º27.01%53.73%-
XYZ18.8416.0222.87-
YUV114.37136.26144.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=37.43%
G=27.32%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710012900.270.060.46312.9715.6146.47
Hex89648101B62E139102e
Octal2111442010336564712056
Binary1000100111001001000000101101111010111010011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896481; }

 p { color: rgb(137,100,129); }

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

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

 a { background-color: rgb(137,100,129); }

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

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

 span { border-color: rgb(137,100,129); }

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