#725373

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

Shades of Trendy Pink #725373

Tints of Trendy Pink #725373

Color information

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

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

Color convert

RGB11483115-
CMYK0.010.2800.55
HSL298.12º16.16%38.82%-
HSV(B)298.12º27.83%45.1%-
XYZ13.131117.65-
YUV95.92138.77140.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114831150.010.2800.55298.1216.1638.82
Hex72537311C03712a1027
Octal1621231631340674522047
Binary111001010100111110011111100011011110010101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725373; }

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

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

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

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

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

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

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

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