#725273

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

Shades of Trendy Pink #725273

Tints of Trendy Pink #725273

Color information

#725273 (or 0x725273) is unknown color: approx Trendy Pink. HEX triplet: 72, 52 and 73. RGB value is (114,82,115). Sum of RGB (Red+Green+Blue) = 114+82+115=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #725273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725273 is #8DAD8C. Grayscale: #5F5F5F. Windows color (decimal): -9285005 or 7557746. OLE color: 7557746.

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

Color convert

RGB11482115-
CMYK0.010.2900.55
HSL298.18º16.75%38.63%-
HSV(B)298.18º28.7%45.1%-
XYZ13.0510.8517.63-
YUV95.33139.1141.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=36.66%
G=26.37%
B=36.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114821150.010.2900.55298.1816.7538.63
Hex72527311D03712a1127
Octal1621221631350674522147
Binary111001010100101110011111101011011110010101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725273; }

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

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

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

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

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

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

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

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