#884A4C

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

Shades of Solid Pink #884A4C

Tints of Solid Pink #884A4C

Color information

#884A4C (or 0x884A4C) is unknown color: approx Solid Pink. HEX triplet: 88, 4A and 4C. RGB value is (136,74,76). Sum of RGB (Red+Green+Blue) = 136+74+76=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A4C is #77B5B3. Grayscale: #5C5C5C. Windows color (decimal): -7845300 or 4999816. OLE color: 4999816.

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

Color convert

RGB1367476-
CMYK00.460.440.47
HSL358.06º29.52%41.18%-
HSV(B)358.06º45.59%53.33%-
XYZ13.9110.658.16-
YUV92.77118.54158.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=47.55%
G=25.87%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136747600.460.440.47358.0629.5241.18
Hex884A4C02E2C2F1661e29
Octal21011211405654575463651
Binary1000100010010101001100010111010110010111110110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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