#844979

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

Shades of Trendy Pink #844979

Tints of Trendy Pink #844979

Color information

#844979 (or 0x844979) is unknown color: approx Trendy Pink. HEX triplet: 84, 49 and 79. RGB value is (132,73,121). Sum of RGB (Red+Green+Blue) = 132+73+121=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844979 is #7BB686. Grayscale: #5F5F5F. Windows color (decimal): -8107655 or 7948676. OLE color: 7948676.

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

Color convert

RGB13273121-
CMYK00.450.080.48
HSL311.19º28.78%40.2%-
HSV(B)311.19º44.7%51.76%-
XYZ15.3511.0519.41-
YUV96.11142.05153.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=40.49%
G=22.39%
B=37.12%

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
Decimal1327312100.450.080.48311.1928.7840.2
Hex84497902D8301371d28
Octal20411117105510604673550
Binary10000100100100111110010101101100011000010011011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844979; }

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

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

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

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

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

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

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

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