#88444F

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

Shades of Solid Pink #88444F

Tints of Solid Pink #88444F

Color information

#88444F (or 0x88444F) is unknown color: approx Solid Pink. HEX triplet: 88, 44 and 4F. RGB value is (136,68,79). Sum of RGB (Red+Green+Blue) = 136+68+79=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88444F is #77BBB0. Grayscale: #595959. Windows color (decimal): -7846833 or 5194888. OLE color: 5194888.

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

Color convert

RGB1366879-
CMYK00.500.420.47
HSL350.29º33.33%40%-
HSV(B)350.29º50%53.33%-
XYZ13.639.938.6-
YUV89.59122.03161.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=48.06%
G=24.03%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136687900.500.420.47350.2933.3340
Hex88444F0322A2F15e2128
Octal21010411706252575364150
Binary10001000100010010011110110010101010101111101011110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88444F; }

 p { color: rgb(136,68,79); }

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

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

 a { background-color: rgb(136,68,79); }

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

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

 span { border-color: rgb(136,68,79); }

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