#725073

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

Shades of Trendy Pink #725073

Tints of Trendy Pink #725073

Color information

#725073 (or 0x725073) is unknown color: approx Trendy Pink. HEX triplet: 72, 50 and 73. RGB value is (114,80,115). Sum of RGB (Red+Green+Blue) = 114+80+115=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #725073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725073 is #8DAF8C. Grayscale: #5E5E5E. Windows color (decimal): -9285517 or 7557234. OLE color: 7557234.

HSL color Cylindrical-coordinate representation of color #725073: hue angle of 298.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725073 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11480115-
CMYK0.010.3000.55
HSL298.29º17.95%38.24%-
HSV(B)298.29º30.43%45.1%-
XYZ12.910.5517.58-
YUV94.16139.76142.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=36.89%
G=25.89%
B=37.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114801150.010.3000.55298.2917.9538.24
Hex72507311E03712a1226
Octal1621201631360674522246
Binary111001010100001110011111110011011110010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725073; }

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

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

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

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

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

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

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

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