#884950

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

Shades of Solid Pink #884950

Tints of Solid Pink #884950

Color information

#884950 (or 0x884950) is unknown color: approx Solid Pink. HEX triplet: 88, 49 and 50. RGB value is (136,73,80). Sum of RGB (Red+Green+Blue) = 136+73+80=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884950 is #77B6AF. Grayscale: #5C5C5C. Windows color (decimal): -7845552 or 5261704. OLE color: 5261704.

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

Color convert

RGB1367380-
CMYK00.460.410.47
HSL353.33º30.14%40.98%-
HSV(B)353.33º46.32%53.33%-
XYZ13.9810.588.89-
YUV92.64120.87158.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=47.06%
G=25.26%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136738000.460.410.47353.3330.1440.98
Hex88495002E292F1611e29
Octal21011112005651575413651
Binary1000100010010011010000010111010100110111110110000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884950; }

 p { color: rgb(136,73,80); }

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

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

 a { background-color: rgb(136,73,80); }

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

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

 span { border-color: rgb(136,73,80); }

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