#845575

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

Shades of Trendy Pink #845575

Tints of Trendy Pink #845575

Color information

#845575 (or 0x845575) is unknown color: approx Trendy Pink. HEX triplet: 84, 55 and 75. RGB value is (132,85,117). Sum of RGB (Red+Green+Blue) = 132+85+117=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845575 is #7BAA8A. Grayscale: #666666. Windows color (decimal): -8104587 or 7689604. OLE color: 7689604.

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

Color convert

RGB13285117-
CMYK00.360.110.48
HSL319.15º21.66%42.55%-
HSV(B)319.15º35.61%51.76%-
XYZ15.9812.6918.44-
YUV102.7136.07148.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=39.52%
G=25.45%
B=35.03%

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
Decimal1328511700.360.110.48319.1521.6642.55
Hex845575024B3013f162b
Octal20412516504413604772653
Binary10000100101010111101010100100101111000010011111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845575; }

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

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

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

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

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

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

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

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