#876481

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

Shades of Trendy Pink #876481

Tints of Trendy Pink #876481

Color information

#876481 (or 0x876481) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 81. RGB value is (135,100,129). Sum of RGB (Red+Green+Blue) = 135+100+129=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #876481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876481 is #789B7E. Grayscale: #717171. Windows color (decimal): -7904127 or 8479879. OLE color: 8479879.

HSL color Cylindrical-coordinate representation of color #876481: hue angle of 310.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876481 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB135100129-
CMYK00.260.040.47
HSL310.29º14.89%46.08%-
HSV(B)310.29º25.93%52.94%-
XYZ18.5115.8522.85-
YUV113.77136.6143.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=37.09%
G=27.47%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510012900.260.040.47310.2914.8946.08
Hex87648101A42F136f2e
Octal2071442010324574661756
Binary100001111100100100000010110101001011111001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876481; }

 p { color: rgb(135,100,129); }

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

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

 a { background-color: rgb(135,100,129); }

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

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

 span { border-color: rgb(135,100,129); }

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