#88414B

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

Shades of Solid Pink #88414B

Tints of Solid Pink #88414B

Color information

#88414B (or 0x88414B) is unknown color: approx Solid Pink. HEX triplet: 88, 41 and 4B. RGB value is (136,65,75). Sum of RGB (Red+Green+Blue) = 136+65+75=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88414B is #77BEB4. Grayscale: #575757. Windows color (decimal): -7847605 or 4931976. OLE color: 4931976.

HSL color Cylindrical-coordinate representation of color #88414B: hue angle of 351.55º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88414B is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1366575-
CMYK00.520.450.47
HSL351.55º35.32%39.41%-
HSV(B)351.55º52.21%53.33%-
XYZ13.319.527.79-
YUV87.37121.02162.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=49.28%
G=23.55%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136657500.520.450.47351.5535.3239.41
Hex88414B0342D2F1602327
Octal21010111306455575404347
Binary10001000100000110010110110100101101101111101100000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88414B; }

 p { color: rgb(136,65,75); }

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

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

 a { background-color: rgb(136,65,75); }

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

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

 span { border-color: rgb(136,65,75); }

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