#88464F

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

Shades of Solid Pink #88464F

Tints of Solid Pink #88464F

Color information

#88464F (or 0x88464F) is unknown color: approx Solid Pink. HEX triplet: 88, 46 and 4F. RGB value is (136,70,79). Sum of RGB (Red+Green+Blue) = 136+70+79=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88464F is #77B9B0. Grayscale: #5A5A5A. Windows color (decimal): -7846321 or 5195400. OLE color: 5195400.

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

Color convert

RGB1367079-
CMYK00.490.420.47
HSL351.82º32.04%40.39%-
HSV(B)351.82º48.53%53.33%-
XYZ13.7510.188.64-
YUV90.76121.37160.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=47.72%
G=24.56%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136707900.490.420.47351.8232.0440.39
Hex88464F0312A2F1602028
Octal21010611706152575404050
Binary10001000100011010011110110001101010101111101100000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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