#874480

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

Shades of Trendy Pink #874480

Tints of Trendy Pink #874480

Color information

#874480 (or 0x874480) is unknown color: approx Trendy Pink. HEX triplet: 87, 44 and 80. RGB value is (135,68,128). Sum of RGB (Red+Green+Blue) = 135+68+128=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #874480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874480 is #78BB7F. Grayscale: #5E5E5E. Windows color (decimal): -7912320 or 8406151. OLE color: 8406151.

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

Color convert

RGB13568128-
CMYK00.500.050.47
HSL306.27º33%39.8%-
HSV(B)306.27º49.63%52.94%-
XYZ15.9610.8421.67-
YUV94.87146.7156.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=40.79%
G=20.54%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356812800.500.050.47306.273339.8
Hex87448003252F1322128
Octal2071042000625574624150
Binary100001111000100100000000110010101101111100110010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874480; }

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

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

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

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

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

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

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

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