#87537E

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

Shades of Trendy Pink #87537E

Tints of Trendy Pink #87537E

Color information

#87537E (or 0x87537E) is unknown color: approx Trendy Pink. HEX triplet: 87, 53 and 7E. RGB value is (135,83,126). Sum of RGB (Red+Green+Blue) = 135+83+126=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87537E is #78AC81. Grayscale: #676767. Windows color (decimal): -7908482 or 8278919. OLE color: 8278919.

HSL color Cylindrical-coordinate representation of color #87537E: hue angle of 310.38º 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 #87537E is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13583126-
CMYK00.390.070.47
HSL310.38º23.85%42.75%-
HSV(B)310.38º38.52%52.94%-
XYZ16.8512.8421.33-
YUV103.45140.73150.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=39.24%
G=24.13%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358312600.390.070.47310.3823.8542.75
Hex87537E02772F136182b
Octal2071231760477574663053
Binary1000011110100111111110010011111110111110011011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87537E; }

 p { color: rgb(135,83,126); }

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

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

 a { background-color: rgb(135,83,126); }

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

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

 span { border-color: rgb(135,83,126); }

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