#715272

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

Shades of Trendy Pink #715272

Tints of Trendy Pink #715272

Color information

#715272 (or 0x715272) is unknown color: approx Trendy Pink. HEX triplet: 71, 52 and 72. RGB value is (113,82,114). Sum of RGB (Red+Green+Blue) = 113+82+114=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #715272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715272 is #8EAD8D. Grayscale: #5E5E5E. Windows color (decimal): -9350542 or 7492209. OLE color: 7492209.

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

Color convert

RGB11382114-
CMYK0.010.2800.55
HSL298.12º16.33%38.43%-
HSV(B)298.12º28.07%44.71%-
XYZ12.8610.7617.32-
YUV94.92138.77140.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=36.57%
G=26.54%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113821140.010.2800.55298.1216.3338.43
Hex71527211C03712a1026
Octal1611221621340674522046
Binary111000110100101110010111100011011110010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715272; }

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

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

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

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

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

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

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

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