#884B4F

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

Shades of Solid Pink #884B4F

Tints of Solid Pink #884B4F

Color information

#884B4F (or 0x884B4F) is unknown color: approx Solid Pink. HEX triplet: 88, 4B and 4F. RGB value is (136,75,79). Sum of RGB (Red+Green+Blue) = 136+75+79=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B4F is #77B4B0. Grayscale: #5D5D5D. Windows color (decimal): -7845041 or 5196680. OLE color: 5196680.

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

Color convert

RGB1367579-
CMYK00.450.420.47
HSL356.07º28.91%41.37%-
HSV(B)356.07º44.85%53.33%-
XYZ14.0810.838.75-
YUV93.7119.71158.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=46.90%
G=25.86%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136757900.450.420.47356.0728.9141.37
Hex884B4F02D2A2F1641d29
Octal21011311705552575443551
Binary1000100010010111001111010110110101010111110110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,75,79); }

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

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

 a { background-color: rgb(136,75,79); }

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

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

 span { border-color: rgb(136,75,79); }

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