#735372

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

Shades of Trendy Pink #735372

Tints of Trendy Pink #735372

Color information

#735372 (or 0x735372) is unknown color: approx Trendy Pink. HEX triplet: 73, 53 and 72. RGB value is (115,83,114). Sum of RGB (Red+Green+Blue) = 115+83+114=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #735372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735372 is #8CAC8D. Grayscale: #606060. Windows color (decimal): -9219214 or 7492467. OLE color: 7492467.

HSL color Cylindrical-coordinate representation of color #735372: hue angle of 301.88º 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 #735372 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11583114-
CMYK00.280.010.55
HSL301.88º16.16%38.82%-
HSV(B)301.88º27.83%45.1%-
XYZ13.211.0517.36-
YUV96.1138.1141.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=36.86%
G=26.60%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158311400.280.010.55301.8816.1638.82
Hex73537201C13712e1027
Octal1631231620341674562047
Binary111001110100111110010011100111011110010111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735372; }

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

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

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

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

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

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

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

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