#884B52

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

Shades of Solid Pink #884B52

Tints of Solid Pink #884B52

Color information

#884B52 (or 0x884B52) is unknown color: approx Solid Pink. HEX triplet: 88, 4B and 52. RGB value is (136,75,82). Sum of RGB (Red+Green+Blue) = 136+75+82=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #884B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B52 is #77B4AD. Grayscale: #5E5E5E. Windows color (decimal): -7845038 or 5393288. OLE color: 5393288.

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

Color convert

RGB1367582-
CMYK00.450.400.47
HSL353.11º28.91%41.37%-
HSV(B)353.11º44.85%53.33%-
XYZ14.1910.889.33-
YUV94.04121.21157.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=46.42%
G=25.60%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136758200.450.400.47353.1128.9141.37
Hex884B5202D282F1611d29
Octal21011312205550575413551
Binary1000100010010111010010010110110100010111110110000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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