#844480

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

Shades of Trendy Pink #844480

Tints of Trendy Pink #844480

Color information

#844480 (or 0x844480) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 80. RGB value is (132,68,128). Sum of RGB (Red+Green+Blue) = 132+68+128=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844480 is #7BBB7F. Grayscale: #5D5D5D. Windows color (decimal): -8108928 or 8406148. OLE color: 8406148.

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

Color convert

RGB13268128-
CMYK00.480.030.48
HSL303.75º32%39.22%-
HSV(B)303.75º48.48%51.76%-
XYZ15.4810.621.65-
YUV93.98147.2155.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=40.24%
G=20.73%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326812800.480.030.48303.753239.22
Hex8444800303301302027
Octal2041042000603604604047
Binary10000100100010010000000011000011110000100110000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844480; }

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

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

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

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

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

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

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

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