#884348

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

Shades of Solid Pink #884348

Tints of Solid Pink #884348

Color information

#884348 (or 0x884348) is unknown color: approx Solid Pink. HEX triplet: 88, 43 and 48. RGB value is (136,67,72). Sum of RGB (Red+Green+Blue) = 136+67+72=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #884348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884348 is #77BCB7. Grayscale: #585858. Windows color (decimal): -7847096 or 4735880. OLE color: 4735880.

HSL color Cylindrical-coordinate representation of color #884348: hue angle of 355.65º degrees, saturation: 0.34, 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 #884348 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1366772-
CMYK00.510.470.47
HSL355.65º33.99%39.8%-
HSV(B)355.65º50.74%53.33%-
XYZ13.339.727.3-
YUV88.2118.86162.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=49.45%
G=24.36%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136677200.510.470.47355.6533.9939.8
Hex8843480332F2F1642228
Octal21010311006357575444250
Binary10001000100001110010000110011101111101111101100100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884348; }

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

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

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

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

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

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

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

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