#87527A

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

Shades of Trendy Pink #87527A

Tints of Trendy Pink #87527A

Color information

#87527A (or 0x87527A) is unknown color: approx Trendy Pink. HEX triplet: 87, 52 and 7A. RGB value is (135,82,122). Sum of RGB (Red+Green+Blue) = 135+82+122=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87527A is #78AD85. Grayscale: #666666. Windows color (decimal): -7908742 or 8016519. OLE color: 8016519.

HSL color Cylindrical-coordinate representation of color #87527A: hue angle of 314.72º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87527A is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13582122-
CMYK00.390.100.47
HSL314.72º24.42%42.55%-
HSV(B)314.72º39.26%52.94%-
XYZ16.5212.5919.97-
YUV102.41139.06151.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=39.82%
G=24.19%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358212200.390.100.47314.7224.4242.55
Hex87527A027A2F13b182b
Octal20712217204712574733053
Binary10000111101001011110100100111101010111110011101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87527A; }

 p { color: rgb(135,82,122); }

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

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

 a { background-color: rgb(135,82,122); }

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

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

 span { border-color: rgb(135,82,122); }

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