#876381

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

Shades of Trendy Pink #876381

Tints of Trendy Pink #876381

Color information

#876381 (or 0x876381) is unknown color: approx Trendy Pink. HEX triplet: 87, 63 and 81. RGB value is (135,99,129). Sum of RGB (Red+Green+Blue) = 135+99+129=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #876381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876381 is #789C7E. Grayscale: #717171. Windows color (decimal): -7904383 or 8479623. OLE color: 8479623.

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

Color convert

RGB13599129-
CMYK00.270.040.47
HSL310º15.38%45.88%-
HSV(B)310º26.67%52.94%-
XYZ18.4215.6622.82-
YUV113.18136.93143.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=37.19%
G=27.27%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359912900.270.040.4731015.3845.88
Hex87638101B42F136f2e
Octal2071432010334574661756
Binary100001111100011100000010110111001011111001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876381; }

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

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

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

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

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

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

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

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