#735473

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

Shades of Trendy Pink #735473

Tints of Trendy Pink #735473

Color information

#735473 (or 0x735473) is unknown color: approx Trendy Pink. HEX triplet: 73, 54 and 73. RGB value is (115,84,115). Sum of RGB (Red+Green+Blue) = 115+84+115=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735473 is #8CAB8C. Grayscale: #606060. Windows color (decimal): -9218957 or 7558259. OLE color: 7558259.

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

Color convert

RGB11584115-
CMYK00.2700.55
HSL300º15.58%39.02%-
HSV(B)300º26.96%45.1%-
XYZ13.3411.2217.68-
YUV96.8138.27140.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=36.62%
G=26.75%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158411500.2700.5530015.5839.02
Hex73547301B03712c1027
Octal1631241630330674542047
Binary111001110101001110011011011011011110010110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735473; }

 p { color: rgb(115,84,115); }

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

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

 a { background-color: rgb(115,84,115); }

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

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

 span { border-color: rgb(115,84,115); }

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