#884951

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

Shades of Solid Pink #884951

Tints of Solid Pink #884951

Color information

#884951 (or 0x884951) is unknown color: approx Solid Pink. HEX triplet: 88, 49 and 51. RGB value is (136,73,81). Sum of RGB (Red+Green+Blue) = 136+73+81=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884951 is #77B6AE. Grayscale: #5C5C5C. Windows color (decimal): -7845551 or 5327240. OLE color: 5327240.

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

Color convert

RGB1367381-
CMYK00.460.400.47
HSL352.38º30.14%40.98%-
HSV(B)352.38º46.32%53.33%-
XYZ14.0210.599.09-
YUV92.75121.37158.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 81 (32.03% from 255) = 27.93%
R=46.90%
G=25.17%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136738100.460.400.47352.3830.1440.98
Hex88495102E282F1601e29
Octal21011112105650575403651
Binary1000100010010011010001010111010100010111110110000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884951; }

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

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

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

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

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

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

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

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