#715473

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

Shades of Trendy Pink #715473

Tints of Trendy Pink #715473

Color information

#715473 (or 0x715473) is unknown color: approx Trendy Pink. HEX triplet: 71, 54 and 73. RGB value is (113,84,115). Sum of RGB (Red+Green+Blue) = 113+84+115=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 84 (33.20% from 255 or 26.92% 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 #715473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715473 is #8EAB8C. Grayscale: #606060. Windows color (decimal): -9350029 or 7558257. OLE color: 7558257.

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

Color convert

RGB11384115-
CMYK0.020.2700.55
HSL296.13º15.58%39.02%-
HSV(B)296.13º26.96%45.1%-
XYZ13.0711.0917.67-
YUV96.2138.61139.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=36.22%
G=26.92%
B=36.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113841150.020.2700.55296.1315.5839.02
Hex71547321B0371281027
Octal1611241632330674502047
Binary1110001101010011100111011011011011110010100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715473; }

 p { color: rgb(113,84,115); }

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

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

 a { background-color: rgb(113,84,115); }

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

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

 span { border-color: rgb(113,84,115); }

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