#844477

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

Shades of Trendy Pink #844477

Tints of Trendy Pink #844477

Color information

#844477 (or 0x844477) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 77. RGB value is (132,68,119). Sum of RGB (Red+Green+Blue) = 132+68+119=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844477 is #7BBB88. Grayscale: #5C5C5C. Windows color (decimal): -8108937 or 7816324. OLE color: 7816324.

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

Color convert

RGB13268119-
CMYK00.480.100.48
HSL312.19º32%39.22%-
HSV(B)312.19º48.48%51.76%-
XYZ14.9110.3718.67-
YUV92.95142.7155.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=41.38%
G=21.32%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326811900.480.100.48312.193239.22
Hex844477030A301382027
Octal20410416706012604704047
Binary100001001000100111011101100001010110000100111000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844477; }

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

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

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

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

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

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

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

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