#845477

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

Shades of Trendy Pink #845477

Tints of Trendy Pink #845477

Color information

#845477 (or 0x845477) is unknown color: approx Trendy Pink. HEX triplet: 84, 54 and 77. RGB value is (132,84,119). Sum of RGB (Red+Green+Blue) = 132+84+119=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #845477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845477 is #7BAB88. Grayscale: #666666. Windows color (decimal): -8104841 or 7820420. OLE color: 7820420.

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

Color convert

RGB13284119-
CMYK00.360.100.48
HSL316.25º22.22%42.35%-
HSV(B)316.25º36.36%51.76%-
XYZ16.0212.5819.04-
YUV102.34137.4149.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=39.40%
G=25.07%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328411900.360.100.48316.2522.2242.35
Hex845477024A3013c162a
Octal20412416704412604742652
Binary10000100101010011101110100100101011000010011110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845477; }

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

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

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

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

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

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

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

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