#735375

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

Shades of Trendy Pink #735375

Tints of Trendy Pink #735375

Color information

#735375 (or 0x735375) is unknown color: approx Trendy Pink. HEX triplet: 73, 53 and 75. RGB value is (115,83,117). Sum of RGB (Red+Green+Blue) = 115+83+117=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #735375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735375 is #8CAC8A. Grayscale: #606060. Windows color (decimal): -9219211 or 7689075. OLE color: 7689075.

HSL color Cylindrical-coordinate representation of color #735375: hue angle of 296.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735375 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11583117-
CMYK0.020.2900.54
HSL296.47º17%39.22%-
HSV(B)296.47º29.06%45.88%-
XYZ13.3711.1218.27-
YUV96.44139.6141.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=36.51%
G=26.35%
B=37.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115831170.020.2900.54296.471739.22
Hex73537521D0361281127
Octal1631231652350664502147
Binary1110011101001111101011011101011011010010100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735375; }

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

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

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

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

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

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

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

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