#844279

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

Shades of Trendy Pink #844279

Tints of Trendy Pink #844279

Color information

#844279 (or 0x844279) is unknown color: approx Trendy Pink. HEX triplet: 84, 42 and 79. RGB value is (132,66,121). Sum of RGB (Red+Green+Blue) = 132+66+121=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844279 is #7BBD86. Grayscale: #5B5B5B. Windows color (decimal): -8109447 or 7946884. OLE color: 7946884.

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

Color convert

RGB13266121-
CMYK00.50.080.48
HSL310º33.33%38.82%-
HSV(B)310º50%51.76%-
XYZ14.9210.1819.27-
YUV92144.37156.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326612100.50.080.4831033.3338.82
Hex8442790328301362127
Octal20410217106210604664147
Binary100001001000010111100101100101000110000100110110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844279; }

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

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

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

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

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

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

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

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