#874382

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

Shades of Trendy Pink #874382

Tints of Trendy Pink #874382

Color information

#874382 (or 0x874382) is unknown color: approx Trendy Pink. HEX triplet: 87, 43 and 82. RGB value is (135,67,130). Sum of RGB (Red+Green+Blue) = 135+67+130=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #874382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874382 is #78BC7D. Grayscale: #5E5E5E. Windows color (decimal): -7912574 or 8536967. OLE color: 8536967.

HSL color Cylindrical-coordinate representation of color #874382: hue angle of 304.41º degrees, saturation: 0.34, 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 #874382 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13567130-
CMYK00.500.040.47
HSL304.41º33.66%39.61%-
HSV(B)304.41º50.37%52.94%-
XYZ16.0310.7822.35-
YUV94.51148.03156.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=40.66%
G=20.18%
B=39.16%

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
Decimal1356713000.500.040.47304.4133.6639.61
Hex87438203242F1302228
Octal2071032020624574604250
Binary100001111000011100000100110010100101111100110000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874382; }

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

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

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

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

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

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

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

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