#884748

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

Shades of Solid Pink #884748

Tints of Solid Pink #884748

Color information

#884748 (or 0x884748) is unknown color: approx Solid Pink. HEX triplet: 88, 47 and 48. RGB value is (136,71,72). Sum of RGB (Red+Green+Blue) = 136+71+72=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #884748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884748 is #77B8B7. Grayscale: #5A5A5A. Windows color (decimal): -7846072 or 4736904. OLE color: 4736904.

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

Color convert

RGB1367172-
CMYK00.480.470.47
HSL359.08º31.4%40.59%-
HSV(B)359.08º47.79%53.33%-
XYZ13.5810.217.39-
YUV90.55117.53160.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=48.75%
G=25.45%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136717200.480.470.47359.0831.440.59
Hex8847480302F2F1671f29
Octal21010711006057575473751
Binary1000100010001111001000011000010111110111110110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884748; }

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

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

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

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

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

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

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

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