#844D74

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

Shades of Trendy Pink #844D74

Tints of Trendy Pink #844D74

Color information

#844D74 (or 0x844D74) is unknown color: approx Trendy Pink. HEX triplet: 84, 4D and 74. RGB value is (132,77,116). Sum of RGB (Red+Green+Blue) = 132+77+116=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #844D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D74 is #7BB28B. Grayscale: #616161. Windows color (decimal): -8106636 or 7622020. OLE color: 7622020.

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

Color convert

RGB13277116-
CMYK00.420.120.48
HSL317.45º26.32%40.98%-
HSV(B)317.45º41.67%51.76%-
XYZ15.3211.4717.93-
YUV97.89138.22152.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=40.62%
G=23.69%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327711600.420.120.48317.4526.3240.98
Hex844D7402AC3013d1a29
Octal20411516405214604753251
Binary10000100100110111101000101010110011000010011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,116); }

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

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

 a { background-color: rgb(132,77,116); }

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

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

 span { border-color: rgb(132,77,116); }

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