#88464B

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

Shades of Solid Pink #88464B

Tints of Solid Pink #88464B

Color information

#88464B (or 0x88464B) is unknown color: approx Solid Pink. HEX triplet: 88, 46 and 4B. RGB value is (136,70,75). Sum of RGB (Red+Green+Blue) = 136+70+75=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88464B is #77B9B4. Grayscale: #5A5A5A. Windows color (decimal): -7846325 or 4933256. OLE color: 4933256.

HSL color Cylindrical-coordinate representation of color #88464B: hue angle of 355.45º 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 #88464B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1367075-
CMYK00.490.450.47
HSL355.45º32.04%40.39%-
HSV(B)355.45º48.53%53.33%-
XYZ13.6110.127.89-
YUV90.3119.37160.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=48.40%
G=24.91%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136707500.490.450.47355.4532.0440.39
Hex88464B0312D2F1632028
Octal21010611306155575434050
Binary10001000100011010010110110001101101101111101100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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