#844879

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

Shades of Trendy Pink #844879

Tints of Trendy Pink #844879

Color information

#844879 (or 0x844879) is unknown color: approx Trendy Pink. HEX triplet: 84, 48 and 79. RGB value is (132,72,121). Sum of RGB (Red+Green+Blue) = 132+72+121=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #844879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844879 is #7BB786. Grayscale: #5F5F5F. Windows color (decimal): -8107911 or 7948420. OLE color: 7948420.

HSL color Cylindrical-coordinate representation of color #844879: hue angle of 311º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844879 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13272121-
CMYK00.450.080.48
HSL311º29.41%40%-
HSV(B)311º45.45%51.76%-
XYZ15.2810.9219.39-
YUV95.53142.38154.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=40.62%
G=22.15%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327212100.450.080.4831129.4140
Hex84487902D8301371d28
Octal20411017105510604673550
Binary10000100100100011110010101101100011000010011011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844879; }

 p { color: rgb(132,72,121); }

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

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

 a { background-color: rgb(132,72,121); }

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

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

 span { border-color: rgb(132,72,121); }

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