#845376

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

Shades of Trendy Pink #845376

Tints of Trendy Pink #845376

Color information

#845376 (or 0x845376) is unknown color: approx Trendy Pink. HEX triplet: 84, 53 and 76. RGB value is (132,83,118). Sum of RGB (Red+Green+Blue) = 132+83+118=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #845376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845376 is #7BAC89. Grayscale: #656565. Windows color (decimal): -8105098 or 7754628. OLE color: 7754628.

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

Color convert

RGB13283118-
CMYK00.370.110.48
HSL317.14º22.79%42.16%-
HSV(B)317.14º37.12%51.76%-
XYZ15.8812.418.7-
YUV101.64137.23149.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=39.64%
G=24.92%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328311800.370.110.48317.1422.7942.16
Hex845376025B3013d172a
Octal20412316604513604752752
Binary10000100101001111101100100101101111000010011110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845376; }

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

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

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

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

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

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

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

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