#844B7A

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

Shades of Trendy Pink #844B7A

Tints of Trendy Pink #844B7A

Color information

#844B7A (or 0x844B7A) is unknown color: approx Trendy Pink. HEX triplet: 84, 4B and 7A. RGB value is (132,75,122). Sum of RGB (Red+Green+Blue) = 132+75+122=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #844B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B7A is #7BB485. Grayscale: #616161. Windows color (decimal): -8107142 or 8014724. OLE color: 8014724.

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

Color convert

RGB13275122-
CMYK00.430.080.48
HSL310.53º27.54%40.59%-
HSV(B)310.53º43.18%51.76%-
XYZ15.5411.3419.78-
YUV97.4141.88152.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=40.12%
G=22.80%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327512200.430.080.48310.5327.5440.59
Hex844B7A02B8301371c29
Octal20411317205310604673451
Binary10000100100101111110100101011100011000010011011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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