#88434D

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

Shades of Solid Pink #88434D

Tints of Solid Pink #88434D

Color information

#88434D (or 0x88434D) is unknown color: approx Solid Pink. HEX triplet: 88, 43 and 4D. RGB value is (136,67,77). Sum of RGB (Red+Green+Blue) = 136+67+77=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88434D is #77BCB2. Grayscale: #585858. Windows color (decimal): -7847091 or 5063560. OLE color: 5063560.

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

Color convert

RGB1366777-
CMYK00.510.430.47
HSL351.3º33.99%39.8%-
HSV(B)351.3º50.74%53.33%-
XYZ13.59.788.2-
YUV88.77121.36161.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=48.57%
G=23.93%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136677700.510.430.47351.333.9939.8
Hex88434D0332B2F15f2228
Octal21010311506353575374250
Binary10001000100001110011010110011101011101111101011111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88434D; }

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

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

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

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

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

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

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

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