#884C4D

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

Shades of Solid Pink #884C4D

Tints of Solid Pink #884C4D

Color information

#884C4D (or 0x884C4D) is unknown color: approx Solid Pink. HEX triplet: 88, 4C and 4D. RGB value is (136,76,77). Sum of RGB (Red+Green+Blue) = 136+76+77=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C4D is #77B3B2. Grayscale: #5E5E5E. Windows color (decimal): -7844787 or 5065864. OLE color: 5065864.

HSL color Cylindrical-coordinate representation of color #884C4D: hue angle of 359º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C4D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1367677-
CMYK00.440.430.47
HSL359º28.3%41.57%-
HSV(B)359º44.12%53.33%-
XYZ14.0810.948.39-
YUV94.05118.38157.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=47.06%
G=26.30%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136767700.440.430.4735928.341.57
Hex884C4D02C2B2F1671c2a
Octal21011411505453575473452
Binary1000100010011001001101010110010101110111110110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884C4D; }

 p { color: rgb(136,76,77); }

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

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

 a { background-color: rgb(136,76,77); }

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

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

 span { border-color: rgb(136,76,77); }

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