#884249

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

Shades of Solid Pink #884249

Tints of Solid Pink #884249

Color information

#884249 (or 0x884249) is unknown color: approx Solid Pink. HEX triplet: 88, 42 and 49. RGB value is (136,66,73). Sum of RGB (Red+Green+Blue) = 136+66+73=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #884249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884249 is #77BDB6. Grayscale: #575757. Windows color (decimal): -7847351 or 4801160. OLE color: 4801160.

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

Color convert

RGB1366673-
CMYK00.510.460.47
HSL354º34.65%39.61%-
HSV(B)354º51.47%53.33%-
XYZ13.39.617.46-
YUV87.73119.69162.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=49.45%
G=24%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136667300.510.460.4735434.6539.61
Hex8842490332E2F1622328
Octal21010211106356575424350
Binary10001000100001010010010110011101110101111101100010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884249; }

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

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

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

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

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

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

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

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