#844B74

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

Shades of Trendy Pink #844B74

Tints of Trendy Pink #844B74

Color information

#844B74 (or 0x844B74) is unknown color: approx Trendy Pink. HEX triplet: 84, 4B and 74. RGB value is (132,75,116). Sum of RGB (Red+Green+Blue) = 132+75+116=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #844B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B74 is #7BB48B. Grayscale: #606060. Windows color (decimal): -8107148 or 7621508. OLE color: 7621508.

HSL color Cylindrical-coordinate representation of color #844B74: hue angle of 316.84º 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 #844B74 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13275116-
CMYK00.430.120.48
HSL316.84º27.54%40.59%-
HSV(B)316.84º43.18%51.76%-
XYZ15.1811.217.88-
YUV96.72138.88153.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=40.87%
G=23.22%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327511600.430.120.48316.8427.5440.59
Hex844B7402BC3013d1c29
Octal20411316405314604753451
Binary10000100100101111101000101011110011000010011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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