#874180

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

Shades of Trendy Pink #874180

Tints of Trendy Pink #874180

Color information

#874180 (or 0x874180) is unknown color: approx Trendy Pink. HEX triplet: 87, 41 and 80. RGB value is (135,65,128). Sum of RGB (Red+Green+Blue) = 135+65+128=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #874180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874180 is #78BE7F. Grayscale: #5C5C5C. Windows color (decimal): -7913088 or 8405383. OLE color: 8405383.

HSL color Cylindrical-coordinate representation of color #874180: hue angle of 306º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874180 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13565128-
CMYK00.520.050.47
HSL306º35%39.22%-
HSV(B)306º51.85%52.94%-
XYZ15.7810.4921.62-
YUV93.11147.69157.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=41.16%
G=19.82%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356512800.520.050.473063539.22
Hex87418003452F1322327
Octal2071012000645574624347
Binary100001111000001100000000110100101101111100110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874180; }

 p { color: rgb(135,65,128); }

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

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

 a { background-color: rgb(135,65,128); }

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

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

 span { border-color: rgb(135,65,128); }

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