#715173

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

Shades of Trendy Pink #715173

Tints of Trendy Pink #715173

Color information

#715173 (or 0x715173) is unknown color: approx Trendy Pink. HEX triplet: 71, 51 and 73. RGB value is (113,81,115). Sum of RGB (Red+Green+Blue) = 113+81+115=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 81 (32.03% from 255 or 26.21% 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 #715173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715173 is #8EAE8C. Grayscale: #5E5E5E. Windows color (decimal): -9350797 or 7557489. OLE color: 7557489.

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

Color convert

RGB11381115-
CMYK0.020.3000.55
HSL296.47º17.35%38.43%-
HSV(B)296.47º29.57%45.1%-
XYZ12.8510.6317.59-
YUV94.44139.6141.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=36.57%
G=26.21%
B=37.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113811150.020.3000.55296.4717.3538.43
Hex71517321E0371281126
Octal1611211632360674502146
Binary1110001101000111100111011110011011110010100010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715173; }

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

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

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

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

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

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

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

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