#844374

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

Shades of Trendy Pink #844374

Tints of Trendy Pink #844374

Color information

#844374 (or 0x844374) is unknown color: approx Trendy Pink. HEX triplet: 84, 43 and 74. RGB value is (132,67,116). Sum of RGB (Red+Green+Blue) = 132+67+116=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844374 is #7BBC8B. Grayscale: #5B5B5B. Windows color (decimal): -8109196 or 7619460. OLE color: 7619460.

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

Color convert

RGB13267116-
CMYK00.490.120.48
HSL314.77º32.66%39.02%-
HSV(B)314.77º49.24%51.76%-
XYZ14.6810.1817.71-
YUV92.02141.53156.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=41.90%
G=21.27%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326711600.490.120.48314.7732.6639.02
Hex844374031C3013b2127
Octal20410316406114604734147
Binary100001001000011111010001100011100110000100111011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844374; }

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

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

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

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

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

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

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

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