#884553

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

Shades of Solid Pink #884553

Tints of Solid Pink #884553

Color information

#884553 (or 0x884553) is unknown color: approx Solid Pink. HEX triplet: 88, 45 and 53. RGB value is (136,69,83). Sum of RGB (Red+Green+Blue) = 136+69+83=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884553 is #77BAAC. Grayscale: #5A5A5A. Windows color (decimal): -7846573 or 5457288. OLE color: 5457288.

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

Color convert

RGB1366983-
CMYK00.490.390.47
HSL347.46º32.68%40.2%-
HSV(B)347.46º49.26%53.33%-
XYZ13.8410.129.41-
YUV90.63123.7160.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=47.22%
G=23.96%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136698300.490.390.47347.4632.6840.2
Hex884553031272F15b2128
Octal21010512306147575334150
Binary10001000100010110100110110001100111101111101011011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884553; }

 p { color: rgb(136,69,83); }

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

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

 a { background-color: rgb(136,69,83); }

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

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

 span { border-color: rgb(136,69,83); }

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