#844A54

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

Shades of Solid Pink #844A54

Tints of Solid Pink #844A54

Color information

#844A54 (or 0x844A54) is unknown color: approx Solid Pink. HEX triplet: 84, 4A and 54. RGB value is (132,74,84). Sum of RGB (Red+Green+Blue) = 132+74+84=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A54 is #7BB5AB. Grayscale: #5C5C5C. Windows color (decimal): -8107436 or 5524100. OLE color: 5524100.

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

Color convert

RGB1327484-
CMYK00.440.360.48
HSL349.66º28.16%40.39%-
HSV(B)349.66º43.94%51.76%-
XYZ13.5610.449.69-
YUV92.48123.22156.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 84 (33.20% from 255) = 28.97%
R=45.52%
G=25.52%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132748400.440.360.48349.6628.1640.39
Hex844A5402C243015e1c28
Octal20411212405444605363450
Binary1000010010010101010100010110010010011000010101111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,74,84); }

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

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

 a { background-color: rgb(132,74,84); }

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

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

 span { border-color: rgb(132,74,84); }

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