#884D52

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

Shades of Solid Pink #884D52

Tints of Solid Pink #884D52

Color information

#884D52 (or 0x884D52) is unknown color: approx Solid Pink. HEX triplet: 88, 4D and 52. RGB value is (136,77,82). Sum of RGB (Red+Green+Blue) = 136+77+82=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #884D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D52 is #77B2AD. Grayscale: #5F5F5F. Windows color (decimal): -7844526 or 5393800. OLE color: 5393800.

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

Color convert

RGB1367782-
CMYK00.430.400.47
HSL354.92º27.7%41.76%-
HSV(B)354.92º43.38%53.33%-
XYZ14.3311.159.38-
YUV95.21120.55157.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=46.10%
G=26.10%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136778200.430.400.47354.9227.741.76
Hex884D5202B282F1631c2a
Octal21011512205350575433452
Binary1000100010011011010010010101110100010111110110001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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