#874576

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

Shades of Trendy Pink #874576

Tints of Trendy Pink #874576

Color information

#874576 (or 0x874576) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 76. RGB value is (135,69,118). Sum of RGB (Red+Green+Blue) = 135+69+118=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874576 is #78BA89. Grayscale: #5E5E5E. Windows color (decimal): -7912074 or 7751047. OLE color: 7751047.

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

Color convert

RGB13569118-
CMYK00.490.130.47
HSL315.45º32.35%40%-
HSV(B)315.45º48.89%52.94%-
XYZ15.3910.7218.4-
YUV94.32141.37157.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=41.93%
G=21.43%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356911800.490.130.47315.4532.3540
Hex874576031D2F13b2028
Octal20710516606115574734050
Binary100001111000101111011001100011101101111100111011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874576; }

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

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

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

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

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

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

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

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