#884749

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

Shades of Solid Pink #884749

Tints of Solid Pink #884749

Color information

#884749 (or 0x884749) is unknown color: approx Solid Pink. HEX triplet: 88, 47 and 49. RGB value is (136,71,73). Sum of RGB (Red+Green+Blue) = 136+71+73=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #884749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884749 is #77B8B6. Grayscale: #5A5A5A. Windows color (decimal): -7846071 or 4802440. OLE color: 4802440.

HSL color Cylindrical-coordinate representation of color #884749: hue angle of 358.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884749 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1367173-
CMYK00.480.460.47
HSL358.15º31.4%40.59%-
HSV(B)358.15º47.79%53.33%-
XYZ13.6110.227.56-
YUV90.66118.03160.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=48.57%
G=25.36%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136717300.480.460.47358.1531.440.59
Hex8847490302E2F1661f29
Octal21010711106056575463751
Binary1000100010001111001001011000010111010111110110011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884749; }

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

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

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

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

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

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

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

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