#844876

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

Shades of Trendy Pink #844876

Tints of Trendy Pink #844876

Color information

#844876 (or 0x844876) is unknown color: approx Trendy Pink. HEX triplet: 84, 48 and 76. RGB value is (132,72,118). Sum of RGB (Red+Green+Blue) = 132+72+118=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #844876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844876 is #7BB789. Grayscale: #5F5F5F. Windows color (decimal): -8107914 or 7751812. OLE color: 7751812.

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

Color convert

RGB13272118-
CMYK00.450.110.48
HSL314º29.41%40%-
HSV(B)314º45.45%51.76%-
XYZ15.110.8518.44-
YUV95.18140.88154.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=40.99%
G=22.36%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327211800.450.110.4831429.4140
Hex84487602DB3013a1d28
Octal20411016605513604723550
Binary10000100100100011101100101101101111000010011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844876; }

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

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

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

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

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

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

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

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