#884A4D

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

Shades of Solid Pink #884A4D

Tints of Solid Pink #884A4D

Color information

#884A4D (or 0x884A4D) is unknown color: approx Solid Pink. HEX triplet: 88, 4A and 4D. RGB value is (136,74,77). Sum of RGB (Red+Green+Blue) = 136+74+77=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A4D is #77B5B2. Grayscale: #5C5C5C. Windows color (decimal): -7845299 or 5065352. OLE color: 5065352.

HSL color Cylindrical-coordinate representation of color #884A4D: hue angle of 357.1º 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 #884A4D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1367477-
CMYK00.460.430.47
HSL357.1º29.52%41.18%-
HSV(B)357.1º45.59%53.33%-
XYZ13.9410.678.35-
YUV92.88119.04158.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=47.39%
G=25.78%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136747700.460.430.47357.129.5241.18
Hex884A4D02E2B2F1651e29
Octal21011211505653575453651
Binary1000100010010101001101010111010101110111110110010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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