#844476

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

Shades of Trendy Pink #844476

Tints of Trendy Pink #844476

Color information

#844476 (or 0x844476) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 76. RGB value is (132,68,118). Sum of RGB (Red+Green+Blue) = 132+68+118=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #844476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844476 is #7BBB89. Grayscale: #5C5C5C. Windows color (decimal): -8108938 or 7750788. OLE color: 7750788.

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

Color convert

RGB13268118-
CMYK00.480.110.48
HSL313.12º32%39.22%-
HSV(B)313.12º48.48%51.76%-
XYZ14.8510.3518.35-
YUV92.84142.2155.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=41.51%
G=21.38%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326811800.480.110.48313.123239.22
Hex844476030B301392027
Octal20410416606013604714047
Binary100001001000100111011001100001011110000100111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844476; }

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

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

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

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

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

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

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

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