#845379

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

Shades of Trendy Pink #845379

Tints of Trendy Pink #845379

Color information

#845379 (or 0x845379) is unknown color: approx Trendy Pink. HEX triplet: 84, 53 and 79. RGB value is (132,83,121). Sum of RGB (Red+Green+Blue) = 132+83+121=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #845379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845379 is #7BAC86. Grayscale: #656565. Windows color (decimal): -8105095 or 7951236. OLE color: 7951236.

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

Color convert

RGB13283121-
CMYK00.370.080.48
HSL313.47º22.79%42.16%-
HSV(B)313.47º37.12%51.76%-
XYZ16.0612.4719.65-
YUV101.98138.73149.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=39.29%
G=24.70%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328312100.370.080.48313.4722.7942.16
Hex845379025830139172a
Octal20412317104510604712752
Binary10000100101001111110010100101100011000010011100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845379; }

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

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

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

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

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

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

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

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