#844D56

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

Shades of Solid Pink #844D56

Tints of Solid Pink #844D56

Color information

#844D56 (or 0x844D56) is unknown color: approx Solid Pink. HEX triplet: 84, 4D and 56. RGB value is (132,77,86). Sum of RGB (Red+Green+Blue) = 132+77+86=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #844D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D56 is #7BB2A9. Grayscale: #5E5E5E. Windows color (decimal): -8106666 or 5655940. OLE color: 5655940.

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

Color convert

RGB1327786-
CMYK00.420.350.48
HSL350.18º26.32%40.98%-
HSV(B)350.18º41.67%51.76%-
XYZ13.8510.8910.18-
YUV94.47123.22154.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=44.75%
G=26.10%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132778600.420.350.48350.1826.3240.98
Hex844D5602A233015e1a29
Octal20411512605243605363251
Binary1000010010011011010110010101010001111000010101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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