#884048

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

Shades of Solid Pink #884048

Tints of Solid Pink #884048

Color information

#884048 (or 0x884048) is unknown color: approx Solid Pink. HEX triplet: 88, 40 and 48. RGB value is (136,64,72). Sum of RGB (Red+Green+Blue) = 136+64+72=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884048 is #77BFB7. Grayscale: #565656. Windows color (decimal): -7847864 or 4735112. OLE color: 4735112.

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

Color convert

RGB1366472-
CMYK00.530.470.47
HSL353.33º36%39.22%-
HSV(B)353.33º52.94%53.33%-
XYZ13.169.377.25-
YUV86.44119.85163.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=50%
G=23.53%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136647200.530.470.47353.333639.22
Hex8840480352F2F1612427
Octal21010011006557575414447
Binary10001000100000010010000110101101111101111101100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884048; }

 p { color: rgb(136,64,72); }

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

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

 a { background-color: rgb(136,64,72); }

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

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

 span { border-color: rgb(136,64,72); }

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