#844F7A

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

Shades of Trendy Pink #844F7A

Tints of Trendy Pink #844F7A

Color information

#844F7A (or 0x844F7A) is unknown color: approx Trendy Pink. HEX triplet: 84, 4F and 7A. RGB value is (132,79,122). Sum of RGB (Red+Green+Blue) = 132+79+122=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #844F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F7A is #7BB085. Grayscale: #636363. Windows color (decimal): -8106118 or 8015748. OLE color: 8015748.

HSL color Cylindrical-coordinate representation of color #844F7A: hue angle of 311.32º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F7A is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13279122-
CMYK00.400.080.48
HSL311.32º25.12%41.37%-
HSV(B)311.32º40.15%51.76%-
XYZ15.8211.919.88-
YUV99.75140.56151-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=39.64%
G=23.72%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327912200.400.080.48311.3225.1241.37
Hex844F7A0288301371929
Octal20411717205010604673151
Binary10000100100111111110100101000100011000010011011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844F7A; }

 p { color: rgb(132,79,122); }

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

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

 a { background-color: rgb(132,79,122); }

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

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

 span { border-color: rgb(132,79,122); }

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