#884A51

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

Shades of Solid Pink #884A51

Tints of Solid Pink #884A51

Color information

#884A51 (or 0x884A51) is unknown color: approx Solid Pink. HEX triplet: 88, 4A and 51. RGB value is (136,74,81). Sum of RGB (Red+Green+Blue) = 136+74+81=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A51 is #77B5AE. Grayscale: #5D5D5D. Windows color (decimal): -7845295 or 5327496. OLE color: 5327496.

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

Color convert

RGB1367481-
CMYK00.460.400.47
HSL353.23º29.52%41.18%-
HSV(B)353.23º45.59%53.33%-
XYZ14.0910.739.11-
YUV93.34121.04158.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=46.74%
G=25.43%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136748100.460.400.47353.2329.5241.18
Hex884A5102E282F1611e29
Octal21011212105650575413651
Binary1000100010010101010001010111010100010111110110000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,74,81); }

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

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

 a { background-color: rgb(136,74,81); }

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

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

 span { border-color: rgb(136,74,81); }

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