#844479

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

Shades of Trendy Pink #844479

Tints of Trendy Pink #844479

Color information

#844479 (or 0x844479) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 79. RGB value is (132,68,121). Sum of RGB (Red+Green+Blue) = 132+68+121=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #844479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844479 is #7BBB86. Grayscale: #5D5D5D. Windows color (decimal): -8108935 or 7947396. OLE color: 7947396.

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

Color convert

RGB13268121-
CMYK00.480.080.48
HSL310.31º32%39.22%-
HSV(B)310.31º48.48%51.76%-
XYZ15.0310.4219.31-
YUV93.18143.7155.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=41.12%
G=21.18%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326812100.480.080.48310.313239.22
Hex8444790308301362027
Octal20410417106010604664047
Binary100001001000100111100101100001000110000100110110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844479; }

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

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

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

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

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

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

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

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