#88434C

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

Shades of Solid Pink #88434C

Tints of Solid Pink #88434C

Color information

#88434C (or 0x88434C) is unknown color: approx Solid Pink. HEX triplet: 88, 43 and 4C. RGB value is (136,67,76). Sum of RGB (Red+Green+Blue) = 136+67+76=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88434C is #77BCB3. Grayscale: #585858. Windows color (decimal): -7847092 or 4998024. OLE color: 4998024.

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

Color convert

RGB1366776-
CMYK00.510.440.47
HSL352.17º33.99%39.8%-
HSV(B)352.17º50.74%53.33%-
XYZ13.479.778.01-
YUV88.66120.86161.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=48.75%
G=24.01%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136677600.510.440.47352.1733.9939.8
Hex88434C0332C2F1602228
Octal21010311406354575404250
Binary10001000100001110011000110011101100101111101100000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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