#896483

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

Shades of Trendy Pink #896483

Tints of Trendy Pink #896483

Color information

#896483 (or 0x896483) is unknown color: approx Trendy Pink. HEX triplet: 89, 64 and 83. RGB value is (137,100,131). Sum of RGB (Red+Green+Blue) = 137+100+131=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #896483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896483 is #769B7C. Grayscale: #727272. Windows color (decimal): -7773053 or 8610953. OLE color: 8610953.

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

Color convert

RGB137100131-
CMYK00.270.040.46
HSL309.73º15.61%46.47%-
HSV(B)309.73º27.01%53.73%-
XYZ18.9716.0723.57-
YUV114.6137.26143.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=37.23%
G=27.17%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710013100.270.040.46309.7315.6146.47
Hex89648301B42E136102e
Octal2111442030334564662056
Binary1000100111001001000001101101110010111010011011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896483; }

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

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

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

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

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

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

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

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