#875385

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

Shades of Trendy Pink #875385

Tints of Trendy Pink #875385

Color information

#875385 (or 0x875385) is unknown color: approx Trendy Pink. HEX triplet: 87, 53 and 85. RGB value is (135,83,133). Sum of RGB (Red+Green+Blue) = 135+83+133=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875385 is #78AC7A. Grayscale: #686868. Windows color (decimal): -7908475 or 8737671. OLE color: 8737671.

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

Color convert

RGB13583133-
CMYK00.390.010.47
HSL302.31º23.85%42.75%-
HSV(B)302.31º38.52%52.94%-
XYZ17.3213.0323.79-
YUV104.25144.23149.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=38.46%
G=23.65%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358313300.390.010.47302.3123.8542.75
Hex87538502712F12e182b
Octal2071232050471574563053
Binary100001111010011100001010100111110111110010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875385; }

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

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

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

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

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

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

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

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