#874579

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

Shades of Trendy Pink #874579

Tints of Trendy Pink #874579

Color information

#874579 (or 0x874579) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 79. RGB value is (135,69,121). Sum of RGB (Red+Green+Blue) = 135+69+121=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #874579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874579 is #78BA86. Grayscale: #5E5E5E. Windows color (decimal): -7912071 or 7947655. OLE color: 7947655.

HSL color Cylindrical-coordinate representation of color #874579: hue angle of 312.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 #874579 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13569121-
CMYK00.490.100.47
HSL312.73º32.35%40%-
HSV(B)312.73º48.89%52.94%-
XYZ15.5710.7919.35-
YUV94.66142.87156.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=41.54%
G=21.23%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356912100.490.100.47312.7332.3540
Hex874579031A2F1392028
Octal20710517106112574714050
Binary100001111000101111100101100011010101111100111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874579; }

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

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

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

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

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

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

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

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