#844E74

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

Shades of Trendy Pink #844E74

Tints of Trendy Pink #844E74

Color information

#844E74 (or 0x844E74) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 74. RGB value is (132,78,116). Sum of RGB (Red+Green+Blue) = 132+78+116=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E74 is #7BB18B. Grayscale: #626262. Windows color (decimal): -8106380 or 7622276. OLE color: 7622276.

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

Color convert

RGB13278116-
CMYK00.410.120.48
HSL317.78º25.71%41.18%-
HSV(B)317.78º40.91%51.76%-
XYZ15.3911.6217.95-
YUV98.48137.89151.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=40.49%
G=23.93%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327811600.410.120.48317.7825.7141.18
Hex844E74029C3013e1a29
Octal20411616405114604763251
Binary10000100100111011101000101001110011000010011111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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