#735373

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

Shades of Trendy Pink #735373

Tints of Trendy Pink #735373

Color information

#735373 (or 0x735373) is unknown color: approx Trendy Pink. HEX triplet: 73, 53 and 73. RGB value is (115,83,115). Sum of RGB (Red+Green+Blue) = 115+83+115=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735373 is #8CAC8C. Grayscale: #606060. Windows color (decimal): -9219213 or 7558003. OLE color: 7558003.

HSL color Cylindrical-coordinate representation of color #735373: 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.28%. Process color model (Four color, CMYK) of #735373 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11583115-
CMYK00.2800.55
HSL300º16.16%38.82%-
HSV(B)300º27.83%45.1%-
XYZ13.2611.0717.66-
YUV96.22138.6141.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=36.74%
G=26.52%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158311500.2800.5530016.1638.82
Hex73537301C03712c1027
Octal1631231630340674542047
Binary111001110100111110011011100011011110010110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735373; }

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

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

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

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

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

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

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

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