#844179

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

Shades of Trendy Pink #844179

Tints of Trendy Pink #844179

Color information

#844179 (or 0x844179) is unknown color: approx Trendy Pink. HEX triplet: 84, 41 and 79. RGB value is (132,65,121). Sum of RGB (Red+Green+Blue) = 132+65+121=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #844179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844179 is #7BBE86. Grayscale: #5B5B5B. Windows color (decimal): -8109703 or 7946628. OLE color: 7946628.

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

Color convert

RGB13265121-
CMYK00.510.080.48
HSL309.85º34.01%38.63%-
HSV(B)309.85º50.76%51.76%-
XYZ14.8610.0719.25-
YUV91.42144.7156.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=41.51%
G=20.44%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326512100.510.080.48309.8534.0138.63
Hex8441790338301362227
Octal20410117106310604664247
Binary100001001000001111100101100111000110000100110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844179; }

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

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

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

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

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

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

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

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