#874482

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

Shades of Trendy Pink #874482

Tints of Trendy Pink #874482

Color information

#874482 (or 0x874482) is unknown color: approx Trendy Pink. HEX triplet: 87, 44 and 82. RGB value is (135,68,130). Sum of RGB (Red+Green+Blue) = 135+68+130=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874482 is #78BB7D. Grayscale: #5E5E5E. Windows color (decimal): -7912318 or 8537223. OLE color: 8537223.

HSL color Cylindrical-coordinate representation of color #874482: hue angle of 304.48º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874482 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13568130-
CMYK00.500.040.47
HSL304.48º33%39.8%-
HSV(B)304.48º49.63%52.94%-
XYZ16.0910.922.37-
YUV95.1147.7156.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=40.54%
G=20.42%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356813000.500.040.47304.483339.8
Hex87448203242F1302128
Octal2071042020624574604150
Binary100001111000100100000100110010100101111100110000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874482; }

 p { color: rgb(135,68,130); }

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

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

 a { background-color: rgb(135,68,130); }

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

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

 span { border-color: rgb(135,68,130); }

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