#874584

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

Shades of Trendy Pink #874584

Tints of Trendy Pink #874584

Color information

#874584 (or 0x874584) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 84. RGB value is (135,69,132). Sum of RGB (Red+Green+Blue) = 135+69+132=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #874584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874584 is #78BA7B. Grayscale: #5F5F5F. Windows color (decimal): -7912060 or 8668551. OLE color: 8668551.

HSL color Cylindrical-coordinate representation of color #874584: hue angle of 302.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874584 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13569132-
CMYK00.490.020.47
HSL302.73º32.35%40%-
HSV(B)302.73º48.89%52.94%-
XYZ16.2811.0723.11-
YUV95.92148.37155.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=40.18%
G=20.54%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356913200.490.020.47302.7332.3540
Hex87458403122F12f2028
Octal2071052040612574574050
Binary10000111100010110000100011000110101111100101111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874584; }

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

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

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

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

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

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

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

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