#876483

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

Shades of Trendy Pink #876483

Tints of Trendy Pink #876483

Color information

#876483 (or 0x876483) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 83. RGB value is (135,100,131). Sum of RGB (Red+Green+Blue) = 135+100+131=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #876483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876483 is #789B7C. Grayscale: #717171. Windows color (decimal): -7904125 or 8610951. OLE color: 8610951.

HSL color Cylindrical-coordinate representation of color #876483: hue angle of 306.86º 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 #876483 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB135100131-
CMYK00.260.030.47
HSL306.86º14.89%46.08%-
HSV(B)306.86º25.93%52.94%-
XYZ18.6515.923.56-
YUV114137.6142.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=36.89%
G=27.32%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510013100.260.030.47306.8614.8946.08
Hex87648301A32F133f2e
Octal2071442030323574631756
Binary10000111110010010000011011010111011111001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876483; }

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

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

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

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

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

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

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

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