#844780

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

Shades of Trendy Pink #844780

Tints of Trendy Pink #844780

Color information

#844780 (or 0x844780) is unknown color: approx Trendy Pink. HEX triplet: 84, 47 and 80. RGB value is (132,71,128). Sum of RGB (Red+Green+Blue) = 132+71+128=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #844780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844780 is #7BB87F. Grayscale: #5F5F5F. Windows color (decimal): -8108160 or 8406916. OLE color: 8406916.

HSL color Cylindrical-coordinate representation of color #844780: hue angle of 303.93º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844780 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13271128-
CMYK00.460.030.48
HSL303.93º30.05%39.8%-
HSV(B)303.93º46.21%51.76%-
XYZ15.6710.9721.71-
YUV95.74146.21153.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=39.88%
G=21.45%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327112800.460.030.48303.9330.0539.8
Hex84478002E3301301e28
Octal2041072000563604603650
Binary1000010010001111000000001011101111000010011000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844780; }

 p { color: rgb(132,71,128); }

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

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

 a { background-color: rgb(132,71,128); }

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

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

 span { border-color: rgb(132,71,128); }

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