#844475

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

Shades of Trendy Pink #844475

Tints of Trendy Pink #844475

Color information

#844475 (or 0x844475) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 75. RGB value is (132,68,117). Sum of RGB (Red+Green+Blue) = 132+68+117=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #844475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844475 is #7BBB8A. Grayscale: #5C5C5C. Windows color (decimal): -8108939 or 7685252. OLE color: 7685252.

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

Color convert

RGB13268117-
CMYK00.480.110.48
HSL314.06º32%39.22%-
HSV(B)314.06º48.48%51.76%-
XYZ14.7910.3218.04-
YUV92.72141.7156.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=41.64%
G=21.45%
B=36.91%

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
Decimal1326811700.480.110.48314.063239.22
Hex844475030B3013a2027
Octal20410416506013604724047
Binary100001001000100111010101100001011110000100111010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844475; }

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

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

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

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

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

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

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

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