#844D7C

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

Shades of Trendy Pink #844D7C

Tints of Trendy Pink #844D7C

Color information

#844D7C (or 0x844D7C) is unknown color: approx Trendy Pink. HEX triplet: 84, 4D and 7C. RGB value is (132,77,124). Sum of RGB (Red+Green+Blue) = 132+77+124=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #844D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D7C is #7BB283. Grayscale: #626262. Windows color (decimal): -8106628 or 8146308. OLE color: 8146308.

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

Color convert

RGB13277124-
CMYK00.420.060.48
HSL308.73º26.32%40.98%-
HSV(B)308.73º41.67%51.76%-
XYZ15.8111.6720.49-
YUV98.8142.22151.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=39.64%
G=23.12%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327712400.420.060.48308.7326.3240.98
Hex844D7C02A6301351a29
Octal2041151740526604653251
Binary1000010010011011111100010101011011000010011010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,124); }

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

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

 a { background-color: rgb(132,77,124); }

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

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

 span { border-color: rgb(132,77,124); }

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