#715273

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

Shades of Trendy Pink #715273

Tints of Trendy Pink #715273

Color information

#715273 (or 0x715273) is unknown color: approx Trendy Pink. HEX triplet: 71, 52 and 73. RGB value is (113,82,115). Sum of RGB (Red+Green+Blue) = 113+82+115=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #715273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715273 is #8EAD8C. Grayscale: #5E5E5E. Windows color (decimal): -9350541 or 7557745. OLE color: 7557745.

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

Color convert

RGB11382115-
CMYK0.020.2900.55
HSL296.36º16.75%38.63%-
HSV(B)296.36º28.7%45.1%-
XYZ12.9210.7817.62-
YUV95.03139.27140.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=36.45%
G=26.45%
B=37.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113821150.020.2900.55296.3616.7538.63
Hex71527321D0371281127
Octal1611221632350674502147
Binary1110001101001011100111011101011011110010100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715273; }

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

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

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

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

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

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

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

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