#884B4C

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

Shades of Solid Pink #884B4C

Tints of Solid Pink #884B4C

Color information

#884B4C (or 0x884B4C) is unknown color: approx Solid Pink. HEX triplet: 88, 4B and 4C. RGB value is (136,75,76). Sum of RGB (Red+Green+Blue) = 136+75+76=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B4C is #77B4B3. Grayscale: #5D5D5D. Windows color (decimal): -7845044 or 5000072. OLE color: 5000072.

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

Color convert

RGB1367576-
CMYK00.450.440.47
HSL359.02º28.91%41.37%-
HSV(B)359.02º44.85%53.33%-
XYZ13.9710.798.18-
YUV93.35118.21158.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=47.39%
G=26.13%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136757600.450.440.47359.0228.9141.37
Hex884B4C02D2C2F1671d29
Octal21011311405554575473551
Binary1000100010010111001100010110110110010111110110011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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