#844579

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

Shades of Trendy Pink #844579

Tints of Trendy Pink #844579

Color information

#844579 (or 0x844579) is unknown color: approx Trendy Pink. HEX triplet: 84, 45 and 79. RGB value is (132,69,121). Sum of RGB (Red+Green+Blue) = 132+69+121=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #844579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844579 is #7BBA86. Grayscale: #5D5D5D. Windows color (decimal): -8108679 or 7947652. OLE color: 7947652.

HSL color Cylindrical-coordinate representation of color #844579: hue angle of 310.48º degrees, saturation: 0.31, 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 #844579 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13269121-
CMYK00.480.080.48
HSL310.48º31.34%39.41%-
HSV(B)310.48º47.73%51.76%-
XYZ15.110.5419.33-
YUV93.76143.37155.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=40.99%
G=21.43%
B=37.58%

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
Decimal1326912100.480.080.48310.4831.3439.41
Hex8445790308301361f27
Octal20410517106010604663747
Binary10000100100010111110010110000100011000010011011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844579; }

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

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

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

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

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

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

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

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