#874484

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

Shades of Trendy Pink #874484

Tints of Trendy Pink #874484

Color information

#874484 (or 0x874484) is unknown color: approx Trendy Pink. HEX triplet: 87, 44 and 84. RGB value is (135,68,132). Sum of RGB (Red+Green+Blue) = 135+68+132=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #874484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874484 is #78BB7B. Grayscale: #5F5F5F. Windows color (decimal): -7912316 or 8668295. OLE color: 8668295.

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

Color convert

RGB13568132-
CMYK00.500.020.47
HSL302.69º33%39.8%-
HSV(B)302.69º49.63%52.94%-
XYZ16.2210.9523.09-
YUV95.33148.7156.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=40.30%
G=20.30%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356813200.500.020.47302.693339.8
Hex87448403222F12f2128
Octal2071042040622574574150
Binary10000111100010010000100011001010101111100101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874484; }

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

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

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

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

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

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

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

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