#875384

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

Shades of Trendy Pink #875384

Tints of Trendy Pink #875384

Color information

#875384 (or 0x875384) is unknown color: approx Trendy Pink. HEX triplet: 87, 53 and 84. RGB value is (135,83,132). Sum of RGB (Red+Green+Blue) = 135+83+132=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #875384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875384 is #78AC7B. Grayscale: #676767. Windows color (decimal): -7908476 or 8672135. OLE color: 8672135.

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

Color convert

RGB13583132-
CMYK00.390.020.47
HSL303.46º23.85%42.75%-
HSV(B)303.46º38.52%52.94%-
XYZ17.251323.43-
YUV104.13143.73150.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=38.57%
G=23.71%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358313200.390.020.47303.4623.8542.75
Hex87538402722F12f182b
Octal2071232040472574573053
Binary1000011110100111000010001001111010111110010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875384; }

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

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

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

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

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

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

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

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