#844B79

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

Shades of Trendy Pink #844B79

Tints of Trendy Pink #844B79

Color information

#844B79 (or 0x844B79) is unknown color: approx Trendy Pink. HEX triplet: 84, 4B and 79. RGB value is (132,75,121). Sum of RGB (Red+Green+Blue) = 132+75+121=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B79 is #7BB486. Grayscale: #616161. Windows color (decimal): -8107143 or 7949188. OLE color: 7949188.

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

Color convert

RGB13275121-
CMYK00.430.080.48
HSL311.58º27.54%40.59%-
HSV(B)311.58º43.18%51.76%-
XYZ15.4811.3219.46-
YUV97.29141.38152.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=40.24%
G=22.87%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327512100.430.080.48311.5827.5440.59
Hex844B7902B8301381c29
Octal20411317105310604703451
Binary10000100100101111110010101011100011000010011100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B79; }

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

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

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

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

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

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

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

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