#88424D

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

Shades of Solid Pink #88424D

Tints of Solid Pink #88424D

Color information

#88424D (or 0x88424D) is unknown color: approx Solid Pink. HEX triplet: 88, 42 and 4D. RGB value is (136,66,77). Sum of RGB (Red+Green+Blue) = 136+66+77=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88424D is #77BDB2. Grayscale: #585858. Windows color (decimal): -7847347 or 5063304. OLE color: 5063304.

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

Color convert

RGB1366677-
CMYK00.510.430.47
HSL350.57º34.65%39.61%-
HSV(B)350.57º51.47%53.33%-
XYZ13.449.678.18-
YUV88.18121.69162.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=48.75%
G=23.66%
B=27.60%

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
Decimal136667700.510.430.47350.5734.6539.61
Hex88424D0332B2F15f2328
Octal21010211506353575374350
Binary10001000100001010011010110011101011101111101011111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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