#725372

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

Shades of Trendy Pink #725372

Tints of Trendy Pink #725372

Color information

#725372 (or 0x725372) is unknown color: approx Trendy Pink. HEX triplet: 72, 53 and 72. RGB value is (114,83,114). Sum of RGB (Red+Green+Blue) = 114+83+114=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725372 is #8DAC8D. Grayscale: #5F5F5F. Windows color (decimal): -9284750 or 7492466. OLE color: 7492466.

HSL color Cylindrical-coordinate representation of color #725372: 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 #725372 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11483114-
CMYK00.2700.55
HSL300º15.74%38.63%-
HSV(B)300º27.19%44.71%-
XYZ13.0710.9817.35-
YUV95.8138.27140.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=36.66%
G=26.69%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148311400.2700.5530015.7438.63
Hex72537201B03712c1027
Octal1621231620330674542047
Binary111001010100111110010011011011011110010110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725372; }

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

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

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

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

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

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

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

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