#845476

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

Shades of Trendy Pink #845476

Tints of Trendy Pink #845476

Color information

#845476 (or 0x845476) is unknown color: approx Trendy Pink. HEX triplet: 84, 54 and 76. RGB value is (132,84,118). Sum of RGB (Red+Green+Blue) = 132+84+118=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845476 is #7BAB89. Grayscale: #666666. Windows color (decimal): -8104842 or 7754884. OLE color: 7754884.

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

Color convert

RGB13284118-
CMYK00.360.110.48
HSL317.5º22.22%42.35%-
HSV(B)317.5º36.36%51.76%-
XYZ15.9612.5518.72-
YUV102.23136.9149.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=39.52%
G=25.15%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328411800.360.110.48317.522.2242.35
Hex845476024B3013e162a
Octal20412416604413604762652
Binary10000100101010011101100100100101111000010011111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845476; }

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

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

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

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

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

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

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

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