#845579

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

Shades of Trendy Pink #845579

Tints of Trendy Pink #845579

Color information

#845579 (or 0x845579) is unknown color: approx Trendy Pink. HEX triplet: 84, 55 and 79. RGB value is (132,85,121). Sum of RGB (Red+Green+Blue) = 132+85+121=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #845579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845579 is #7BAA86. Grayscale: #676767. Windows color (decimal): -8104583 or 7951748. OLE color: 7951748.

HSL color Cylindrical-coordinate representation of color #845579: hue angle of 314.04º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845579 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13285121-
CMYK00.360.080.48
HSL314.04º21.66%42.55%-
HSV(B)314.04º35.61%51.76%-
XYZ16.2212.7819.7-
YUV103.16138.07148.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=39.05%
G=25.15%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328512100.360.080.48314.0421.6642.55
Hex84557902483013a162b
Octal20412517104410604722653
Binary10000100101010111110010100100100011000010011101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845579; }

 p { color: rgb(132,85,121); }

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

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

 a { background-color: rgb(132,85,121); }

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

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

 span { border-color: rgb(132,85,121); }

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