#883F49

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

Shades of Solid Pink #883F49

Tints of Solid Pink #883F49

Color information

#883F49 (or 0x883F49) is unknown color: approx Solid Pink. HEX triplet: 88, 3F and 49. RGB value is (136,63,73). Sum of RGB (Red+Green+Blue) = 136+63+73=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F49 is #77C0B6. Grayscale: #565656. Windows color (decimal): -7848119 or 4800392. OLE color: 4800392.

HSL color Cylindrical-coordinate representation of color #883F49: hue angle of 351.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F49 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1366373-
CMYK00.540.460.47
HSL351.78º36.68%39.02%-
HSV(B)351.78º53.68%53.33%-
XYZ13.139.277.4-
YUV85.97120.68163.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=50%
G=23.16%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136637300.540.460.47351.7836.6839.02
Hex883F490362E2F1602527
Octal2107711106656575404547
Binary1000100011111110010010110110101110101111101100000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F49; }

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

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

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

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

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

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

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

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